mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
black-oil fluid system: remove debugging artifact
*grr* which idiot forgot this one?
This commit is contained in:
@@ -788,7 +788,6 @@ public:
|
||||
*/
|
||||
static Scalar oilDensity(Scalar oilPressure, Scalar XoG)
|
||||
{
|
||||
return 650;
|
||||
Scalar Bo = oilFormationVolumeFactor(oilPressure, XoG);
|
||||
return surfaceDensity_[oilPhaseIdx]/Bo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user