From afb8feaafe5095f034024a24094c99a09702cef5 Mon Sep 17 00:00:00 2001 From: Kai Bao Date: Tue, 23 Jun 2015 13:04:48 +0200 Subject: [PATCH] formatting the blank lines and a bracket. --- opm/polymer/Point2D.hpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/opm/polymer/Point2D.hpp b/opm/polymer/Point2D.hpp index 75a85506f..d4e7a1c77 100644 --- a/opm/polymer/Point2D.hpp +++ b/opm/polymer/Point2D.hpp @@ -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