Skip to content

Commit ac4606e

Browse files
committed
remove c++17 build (prevented compilation)
1 parent 06f1b89 commit ac4606e

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

Exec/GNUmakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ USE_OMP = TRUE
88
USE_CUDA = TRUE
99
COMP = gnu
1010
DIM = 3
11-
CXXSTD = c++17
1211
TINY_PROFILE = TRUE
1312

1413
USE_EB = FALSE

Source/Make.FerroX

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
AMREX_HOME ?= ../../amrex
33
include $(AMREX_HOME)/Tools/GNUMake/Make.defs
44

5-
CXXSTD = c++17
6-
75
include $(CODE_HOME)/Source/Make.package
86

97
Code_dirs = Utils Input Solver

0 commit comments

Comments
 (0)