correcting the marco in the Point2D.hpp file.

the typo is resulted from a stash apply CONFLICT.
This commit is contained in:
Kai Bao 2015-06-10 14:14:03 +02:00
parent 81d9fe7a55
commit 3bd59ab7e4

View File

@ -17,8 +17,8 @@
along with OPM. If not, see <http://www.gnu.org/licenses/>. along with OPM. If not, see <http://www.gnu.org/licenses/>.
*/ */
#ifndef OPM_POINT2DINTERSECTION_INCLUDED #ifndef OPM_POINT2D_HEADER_INCLUDED
#define OPM_POINT2DINTERSECTION_INCLUDED #define OPM_POINT2D_HEADER_INCLUDED
namespace Opm { namespace Opm {
@ -98,5 +98,5 @@ namespace Opm {
} // namespace Opm } // namespace Opm
#endif // OPM_POINT2DINTERSECTION_INCLUDED #endif // OPM_POINT2D_HEADER_INCLUDED