mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-29 04:23:48 -06:00
Warning removal: const on return types not needed.
This commit is contained in:
parent
4734052d86
commit
cb327ce63a
@ -272,9 +272,9 @@ namespace Opm {
|
||||
/// residual mass balance (tol_cnv).
|
||||
bool getConvergence(const double dt);
|
||||
|
||||
const double dpMaxRel() const { return dp_max_rel_; }
|
||||
const double dsMax() const { return ds_max_; }
|
||||
const double drsMaxRel() const { return drs_max_rel_; }
|
||||
double dpMaxRel() const { return dp_max_rel_; }
|
||||
double dsMax() const { return ds_max_; }
|
||||
double drsMaxRel() const { return drs_max_rel_; }
|
||||
|
||||
};
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user