We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08444d6 commit 27a2a52Copy full SHA for 27a2a52
src/general_helmholtz/Makefile
@@ -14,11 +14,10 @@ include ../Makefile.in
14
#BOOST=/home/johne/local/include
15
#ASL=/home/johne/local/include/asl
16
17
-
18
ifeq ($(BOOST),)
19
- CXXFLAGS = -c $(CFLAGS) -std=c++0x -fPIC
+ CXXFLAGS = -c $(CFLAGS) -std=c++14 -fPIC # Change to C++14
20
else
21
- CXXFLAGS = -c $(CFLAGS) -std=c++0x -fPIC -I$(BOOST)
+ CXXFLAGS = -c $(CFLAGS) -std=c++14 -fPIC -I$(BOOST) # Change to C++14
22
endif
23
24
OBJECTS = read_params.o phi.o props.o sat.o delta.o state.o props_hp.o \
0 commit comments