mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
make the name() method of problems non-static again
this allows to easily specify the problem name at runtime.
This commit is contained in:
@@ -236,7 +236,7 @@ public:
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
*/
|
||||
static std::string name()
|
||||
std::string name() const
|
||||
{
|
||||
std::ostringstream oss;
|
||||
oss << "infiltration_" << Model::name();
|
||||
|
||||
Reference in New Issue
Block a user