Fix bug in ISWCR default?

This commit is contained in:
Tor Harald Sandve
2015-08-17 11:27:39 +02:00
parent f59ca7f392
commit 70835021f7

View File

@@ -873,7 +873,7 @@ public:
void apply(std::vector<double>& values) const
{
this->imbnumApply(values , "SWCRIT" , this->m_criticalOilOWSat , false);
this->imbnumApply(values , "SWCRIT" , this->m_criticalWaterSat , false);
}
};