black-oil fluid system: remove debugging artifact

*grr* which idiot forgot this one?
This commit is contained in:
Andreas Lauser
2014-07-24 18:48:38 +02:00
parent de8b99a161
commit 35b66fb460

View File

@@ -788,7 +788,6 @@ public:
*/
static Scalar oilDensity(Scalar oilPressure, Scalar XoG)
{
return 650;
Scalar Bo = oilFormationVolumeFactor(oilPressure, XoG);
return surfaceDensity_[oilPhaseIdx]/Bo;
}