formatting the blank lines and a bracket.

This commit is contained in:
Kai Bao 2015-06-23 13:04:48 +02:00
parent 9c3c0cffce
commit afb8feaafe

View File

@ -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