Make BlackoilPropsAdInterface pure virtual again.

Done by adding (throwing) implementation to BlackoilPropsAd class.
This commit is contained in:
Atgeirr Flø Rasmussen
2014-03-04 13:09:23 +01:00
parent 3de050b19f
commit 5bcca58d31
3 changed files with 16 additions and 1 deletions
+1 -1
View File
@@ -320,7 +320,7 @@ namespace Opm
/// \param[in] cells Array of n cell indices to be associated with the saturation values.
virtual
void updateSatHyst(const std::vector<double>& saturation,
const std::vector<int>& cells) {assert(false); } // Please implement me ...
const std::vector<int>& cells) = 0;
};
} // namespace Opm