mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-22 15:33:29 -06:00
removing Damaris from FlowProblemComp
This commit is contained in:
parent
8541048f83
commit
51c534e6fb
@ -283,13 +283,6 @@ public:
|
||||
const bool isSubStep = !this->simulator().episodeWillBeOver();
|
||||
|
||||
data::Solution localCellData = {};
|
||||
#if HAVE_DAMARIS
|
||||
// N.B. the Damaris output has to be done before the ECL output as the ECL one
|
||||
// does all kinds of std::move() relocation of data
|
||||
if (enableDamarisOutput_) {
|
||||
damarisWriter_->writeOutput(localCellData, isSubStep) ;
|
||||
}
|
||||
#endif
|
||||
if (enableEclOutput_) {
|
||||
if (Parameters::Get<Parameters::EnableWriteAllSolutions>() || !isSubStep) {
|
||||
eclWriter_->writeOutput(std::move(localCellData), isSubStep);
|
||||
|
Loading…
Reference in New Issue
Block a user