mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-15 22:31:56 -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 detail {
|
||||
|
||||
|
||||
class Point2D
|
||||
{
|
||||
public:
|
||||
@ -51,7 +55,8 @@ namespace Opm {
|
||||
x_ = x;
|
||||
}
|
||||
|
||||
void setY(const double y){
|
||||
void setY(const double y)
|
||||
{
|
||||
y_ = y;
|
||||
}
|
||||
|
||||
@ -94,8 +99,11 @@ namespace Opm {
|
||||
|
||||
}; // class Point2D
|
||||
|
||||
|
||||
} // namespace detail
|
||||
|
||||
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
#endif // OPM_POINT2D_HEADER_INCLUDED
|
||||
|
Loading…
Reference in New Issue
Block a user