Bugfix: type for target capillary pressure.

This commit is contained in:
Atgeirr Flø Rasmussen
2017-10-12 14:27:32 +02:00
parent bbfd5b6413
commit 3bfe295d62
+2 -2
View File
@@ -702,7 +702,7 @@ namespace Opm
const BlackoilPropertiesInterface& props_;
const int phase_;
const int cell_;
const int target_pc_;
const double target_pc_;
mutable double s_[BlackoilPhases::MaxNumPhases];
mutable double pc_[BlackoilPhases::MaxNumPhases];
};
@@ -775,7 +775,7 @@ namespace Opm
const int phase1_;
const int phase2_;
const int cell_;
const int target_pc_;
const double target_pc_;
mutable double s_[BlackoilPhases::MaxNumPhases];
mutable double pc_[BlackoilPhases::MaxNumPhases];
};