Skip to content

Commit d838c10

Browse files
committed
Fix typos
1 parent 7370be8 commit d838c10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/seacas/libraries/ioss/src/Ioss_CodeTypes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ inline std::string IOSS_VECTOR_3D() { return {"vector_3d"}; }
3030
inline std::string IOSS_SYM_TENSOR() { return {"sym_tensor_33"}; }
3131

3232
#if __has_include("SEACASIoss_config.h")
33-
+// This is a CMake build
33+
// This is a CMake build
3434
#include "SEACASIoss_config.h"
3535
#else
36-
+// This is not a CMake build
36+
// This is not a CMake build
3737
#define SEACAS_HAVE_MPI
3838
/* #undef IOSS_THREADSAFE */
3939
/* #undef SEACAS_HAVE_KOKKOS */

0 commit comments

Comments
 (0)