We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e3a6e commit 97feaafCopy full SHA for 97feaaf
2 files changed
src/cmake/GeosxConfig.cmake
@@ -4,7 +4,7 @@ set( PREPROCESSOR_DEFINES ARRAY_BOUNDS_CHECK
4
CUDA
5
CUDA_NVTOOLSEXT
6
HIP
7
- FMT_CONST_FORMATTER_WORKAROUND
+ FMT_CONST_FORMATTER_WORKAROUND
8
FORTRAN_MANGLE_NO_UNDERSCORE
9
FPE
10
HYPRE
@@ -15,7 +15,7 @@ set( PREPROCESSOR_DEFINES ARRAY_BOUNDS_CHECK
15
PARMETIS
16
PETSC
17
PVTPackage
18
- PYGEOS
+ GEOS_PYTHON_INTERFACE
19
RAJA
20
SCOTCH
21
SEPARATION_COEFFICIENT
src/geosPythonInterface/geosPythonInterface.cpp
@@ -18,7 +18,7 @@
#include <Python.h>
// Source includes
-#include "geos_python_interface.hpp"
+#include "geosPythonInterface.hpp"
22
#include "dataRepository/python/PyGroup.hpp"
23
#include "dataRepository/python/PyGroupType.hpp"
24
#include "physicsSolvers/python/PySolverType.hpp"
0 commit comments