diff --git a/opm/polymer/Point2D.hpp b/opm/polymer/Point2D.hpp index 49549bef5..8d90b0990 100644 --- a/opm/polymer/Point2D.hpp +++ b/opm/polymer/Point2D.hpp @@ -17,8 +17,8 @@ along with OPM. If not, see . */ -#ifndef OPM_POINT2DINTERSECTION_INCLUDED -#define OPM_POINT2DINTERSECTION_INCLUDED +#ifndef OPM_POINT2D_HEADER_INCLUDED +#define OPM_POINT2D_HEADER_INCLUDED namespace Opm { @@ -98,5 +98,5 @@ namespace Opm { } // namespace Opm -#endif // OPM_POINT2DINTERSECTION_INCLUDED +#endif // OPM_POINT2D_HEADER_INCLUDED