mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-16 01:01:55 -06:00
correcting the marco in the Point2D.hpp file.
the typo is resulted from a stash apply CONFLICT.
This commit is contained in:
parent
81d9fe7a55
commit
3bd59ab7e4
@ -17,8 +17,8 @@
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user