mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: missed a .SAVE -> .OPMRST
This commit is contained in:
@@ -650,7 +650,7 @@ protected:
|
|||||||
const auto& cellMapping = ebosSimulator_.vanguard().globalCell();
|
const auto& cellMapping = ebosSimulator_.vanguard().globalCell();
|
||||||
std::size_t hash = Dune::hash_range(cellMapping.begin(), cellMapping.end());
|
std::size_t hash = Dune::hash_range(cellMapping.begin(), cellMapping.end());
|
||||||
if (hash != stored_hash) {
|
if (hash != stored_hash) {
|
||||||
throw std::runtime_error("Grid hash mismatch, .SAVE file cannot be used");
|
throw std::runtime_error("Grid hash mismatch, .OPMRST file cannot be used");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user