mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove const on return type.
This commit is contained in:
parent
383322b760
commit
f90afe5d38
@ -40,12 +40,12 @@ namespace Opm {
|
||||
{
|
||||
}
|
||||
|
||||
const double getX() const
|
||||
double getX() const
|
||||
{
|
||||
return x_;
|
||||
}
|
||||
|
||||
const double getY() const
|
||||
double getY() const
|
||||
{
|
||||
return y_;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user