mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-02 12:36:54 -06:00
Removing the space before ().
This commit is contained in:
parent
252048b30a
commit
2733b5459e
@ -283,9 +283,9 @@ namespace Opm {
|
||||
bool &oscillate, bool &stagnate ) const;
|
||||
|
||||
void stablizeNewton(V &dx, V &dxOld, const double omega, const RelaxType relax_type) const;
|
||||
const double dpMaxRel () const { return dp_max_rel_; }
|
||||
const double dsMax () const { return ds_max_; }
|
||||
const double drsMaxRel () const { return drs_max_rel_; }
|
||||
const double dpMaxRel() const { return dp_max_rel_; }
|
||||
const double dsMax() const { return ds_max_; }
|
||||
const double drsMaxRel() const { return drs_max_rel_; }
|
||||
|
||||
};
|
||||
} // namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user