changed: rename externalSetupTime

external is (or will be) implied
This commit is contained in:
Arne Morten Kvarving
2022-06-14 09:43:04 +02:00
parent f3bf15ab2f
commit c793aff5d1
23 changed files with 28 additions and 28 deletions

View File

@@ -53,7 +53,7 @@
namespace Opm {
double EclGenericVanguard::externalSetupTime_ = 0.0;
double EclGenericVanguard::setupTime_ = 0.0;
std::unique_ptr<ParseContext> EclGenericVanguard::externalParseContext_;
std::unique_ptr<ErrorGuard> EclGenericVanguard::externalErrorGuard_;
std::shared_ptr<Deck> EclGenericVanguard::externalDeck_;