From 0b68dacea4c7999036d7d10b026827bce0da7051 Mon Sep 17 00:00:00 2001 From: Benjamin Faigle <benjamin.faigle@posteo.de> Date: Fri, 22 Jul 2011 09:29:52 +0000 Subject: [PATCH] commit r6251 contained error! (diffusion coefficient switched off). Removed that! git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6266 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/material/fluidsystems/h2o_n2_system.hh | 3 --- 1 file changed, 3 deletions(-) diff --git a/dumux/material/fluidsystems/h2o_n2_system.hh b/dumux/material/fluidsystems/h2o_n2_system.hh index 21d73fefa4..89f289f0f2 100644 --- a/dumux/material/fluidsystems/h2o_n2_system.hh +++ b/dumux/material/fluidsystems/h2o_n2_system.hh @@ -386,9 +386,6 @@ public: Scalar pressure, const FluidState &fluidState) { -#warning Diffusion Coefficient switched off!!! - return 0; - if (compIIdx > compJIdx) std::swap(compIIdx, compJIdx); -- GitLab