Skip to content

Commit

Permalink
corrected output of total saturation
Browse files Browse the repository at this point in the history
  • Loading branch information
hnil authored and GitPaean committed Aug 21, 2020
1 parent b751342 commit 35e2d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebos/eclproblem.hh
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ public:

void writeExtra(){
// Currently, the extra output is only for sequential simulation
if ( EWOMS_GET_PARAM(TypeTag, std::string, SimulationType) != "seq" ) return;
if ( not(EWOMS_GET_PARAM(TypeTag, std::string, SimulationType) == "implicit") ) return;
std::string dir = this->simulator().problem().outputDir();
if (dir == ".") {
dir = "";
Expand Down

0 comments on commit 35e2d68

Please sign in to comment.