Skip to content

Commit 97feaaf

Browse files
committed
fix preprocessor variable
1 parent f9e3a6e commit 97feaaf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/cmake/GeosxConfig.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set( PREPROCESSOR_DEFINES ARRAY_BOUNDS_CHECK
44
CUDA
55
CUDA_NVTOOLSEXT
66
HIP
7-
FMT_CONST_FORMATTER_WORKAROUND
7+
FMT_CONST_FORMATTER_WORKAROUND
88
FORTRAN_MANGLE_NO_UNDERSCORE
99
FPE
1010
HYPRE
@@ -15,7 +15,7 @@ set( PREPROCESSOR_DEFINES ARRAY_BOUNDS_CHECK
1515
PARMETIS
1616
PETSC
1717
PVTPackage
18-
PYGEOS
18+
GEOS_PYTHON_INTERFACE
1919
RAJA
2020
SCOTCH
2121
SEPARATION_COEFFICIENT

src/geosPythonInterface/geosPythonInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include <Python.h>
1919

2020
// Source includes
21-
#include "geos_python_interface.hpp"
21+
#include "geosPythonInterface.hpp"
2222
#include "dataRepository/python/PyGroup.hpp"
2323
#include "dataRepository/python/PyGroupType.hpp"
2424
#include "physicsSolvers/python/PySolverType.hpp"

0 commit comments

Comments
 (0)