mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 18:50:19 -06:00
eclbasevanguard: no reason for externalSetupTime to be a scalar
make it a double always
This commit is contained in:
parent
dbf834518e
commit
4dd5dc902b
@ -910,7 +910,7 @@ private:
|
||||
|
||||
std::string caseName_;
|
||||
|
||||
static Scalar externalSetupTime_;
|
||||
static double externalSetupTime_;
|
||||
|
||||
static std::unique_ptr<ParseContext> externalParseContext_;
|
||||
static std::unique_ptr<ErrorGuard> externalErrorGuard_;
|
||||
@ -970,7 +970,7 @@ protected:
|
||||
};
|
||||
|
||||
template <class TypeTag>
|
||||
typename EclBaseVanguard<TypeTag>::Scalar EclBaseVanguard<TypeTag>::externalSetupTime_ = 0.0;
|
||||
double EclBaseVanguard<TypeTag>::externalSetupTime_ = 0.0;
|
||||
|
||||
template <class TypeTag>
|
||||
std::unique_ptr<ParseContext> EclBaseVanguard<TypeTag>::externalParseContext_ = nullptr;
|
||||
|
Loading…
Reference in New Issue
Block a user