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 4d61a9dc3f
commit a43fec22cc

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;
}