mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add missing overrides
This commit is contained in:
@@ -1147,7 +1147,7 @@ protected:
|
|||||||
this->eclWriter_->endRestart();
|
this->eclWriter_->endRestart();
|
||||||
}
|
}
|
||||||
|
|
||||||
void readEquilInitialCondition_()
|
void readEquilInitialCondition_() override
|
||||||
{
|
{
|
||||||
const auto& simulator = this->simulator();
|
const auto& simulator = this->simulator();
|
||||||
|
|
||||||
|
|||||||
@@ -299,7 +299,7 @@ public:
|
|||||||
values.assignNaive(fs);
|
values.assignNaive(fs);
|
||||||
}
|
}
|
||||||
|
|
||||||
void addToSourceDense(RateVector&, unsigned, unsigned) const
|
void addToSourceDense(RateVector&, unsigned, unsigned) const override
|
||||||
{
|
{
|
||||||
// we do nothing for now
|
// we do nothing for now
|
||||||
}
|
}
|
||||||
@@ -326,7 +326,7 @@ protected:
|
|||||||
// we do nothing here for now
|
// we do nothing here for now
|
||||||
}
|
}
|
||||||
|
|
||||||
void readEquilInitialCondition_()
|
void readEquilInitialCondition_() override
|
||||||
{
|
{
|
||||||
throw std::logic_error("Equilibration is not supported by compositional modeling yet");
|
throw std::logic_error("Equilibration is not supported by compositional modeling yet");
|
||||||
}
|
}
|
||||||
@@ -336,7 +336,7 @@ protected:
|
|||||||
throw std::logic_error("Restarting is not supported by compositional modeling yet");
|
throw std::logic_error("Restarting is not supported by compositional modeling yet");
|
||||||
}
|
}
|
||||||
|
|
||||||
void readExplicitInitialCondition_()
|
void readExplicitInitialCondition_() override
|
||||||
{
|
{
|
||||||
readExplicitInitialConditionCompositional_();
|
readExplicitInitialConditionCompositional_();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user