We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7370be8 commit d838c10Copy full SHA for d838c10
1 file changed
packages/seacas/libraries/ioss/src/Ioss_CodeTypes.h
@@ -30,10 +30,10 @@ inline std::string IOSS_VECTOR_3D() { return {"vector_3d"}; }
30
inline std::string IOSS_SYM_TENSOR() { return {"sym_tensor_33"}; }
31
32
#if __has_include("SEACASIoss_config.h")
33
-+// This is a CMake build
+// This is a CMake build
34
#include "SEACASIoss_config.h"
35
#else
36
-+// This is not a CMake build
+// This is not a CMake build
37
#define SEACAS_HAVE_MPI
38
/* #undef IOSS_THREADSAFE */
39
/* #undef SEACAS_HAVE_KOKKOS */
0 commit comments