Skip to content
Snippets Groups Projects
Commit 1bd3dc90 authored by Markus Wolff's avatar Markus Wolff
Browse files

bug fixed in dpc_dSw function

   - argument in call for VanGenuchten::dpc_dSw() was Sw instead of Swe



git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4990 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 09065791
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ public:
return mHigh_(params);
}
return VanGenuchten::dpC_dSw(params, Sw);
return VanGenuchten::dpC_dSw(params, Swe);
}
/*!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment