Skip to content

Commit

Permalink
Suffix "S" for solution tracers
Browse files Browse the repository at this point in the history
  • Loading branch information
svenn-t committed Apr 3, 2024
1 parent 8ef71bc commit 6492874
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions opm/input/eclipse/EclipseState/TracerConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ class TracerConfig {
std::string fname() const {
return this->name + "F";
}
std::string sname() const {
return this->name + "S";
}


TracerEntry() = default;
Expand Down

0 comments on commit 6492874

Please sign in to comment.