mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Throw exception in not implemented function
This commit is contained in:
parent
061b5c2395
commit
c939ca90e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user