Skip to content
Snippets Groups Projects
Commit e4156319 authored by Andreas Lauser's avatar Andreas Lauser
Browse files

IAPWS h2o: silence compiler warning about unused variable

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4315 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 54fffce1
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,6 @@ public:
if (pressure < pv) {
// the pressure is too low, in this case we use the slope
// of the enthalpy at the vapor pressure to regularize
Scalar tau = Region1::tau(temperature);
Scalar dh_dp =
R*temperature*
Region1::tau(temperature)*
......
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