mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-16 01:01:55 -06:00
formatting the blank lines and a bracket.
This commit is contained in:
parent
9c3c0cffce
commit
afb8feaafe
@ -22,7 +22,11 @@
|
|||||||
|
|
||||||
namespace Opm {
|
namespace Opm {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
||||||
|
|
||||||
class Point2D
|
class Point2D
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@ -51,7 +55,8 @@ namespace Opm {
|
|||||||
x_ = x;
|
x_ = x;
|
||||||
}
|
}
|
||||||
|
|
||||||
void setY(const double y){
|
void setY(const double y)
|
||||||
|
{
|
||||||
y_ = y;
|
y_ = y;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -94,8 +99,11 @@ namespace Opm {
|
|||||||
|
|
||||||
}; // class Point2D
|
}; // class Point2D
|
||||||
|
|
||||||
|
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} // namespace Opm
|
} // namespace Opm
|
||||||
|
|
||||||
#endif // OPM_POINT2D_HEADER_INCLUDED
|
#endif // OPM_POINT2D_HEADER_INCLUDED
|
||||||
|
Loading…
Reference in New Issue
Block a user