Throw exception in not implemented function

This commit is contained in:
Joakim Hove 2021-04-13 11:44:51 +02:00
parent 061b5c2395
commit c939ca90e6

View File

@ -618,7 +618,7 @@ public:
}
void initFromRestartFile(const RestartValue& restartValues OPM_UNUSED){
// not implemented
throw std::logic_error("initFromRestartFile() method not implemented for class eclwellmanager");
}
const WellStateFullyImplicitBlackoil& wellState() const