*** empty log message ***
This commit is contained in:
parent
81637032f6
commit
eb2f05874e
3 changed files with 3 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ CXX_OBJS = fct.o fctxml.o
|
|||
INTERFACE_MODULE_OBJS = fct_interface.o fctxml_interface.o
|
||||
|
||||
USER_MODULE_OBJS = cantera_xml.o cantera_thermo.o cantera_kinetics.o \
|
||||
cantera_transport.o cantera_funcs.o cantera.o
|
||||
cantera_transport.o cantera_iface.o cantera_funcs.o cantera.o
|
||||
|
||||
MODULES = $(INTERFACE_MODULE_OBJS:_interface.o=.mod) $(USER_MODULE_OBJS)
|
||||
OBJS = $(CXX_OBJS) $(USER_MODULE_OBJS)
|
||||
|
|
|
|||
|
|
@ -338,7 +338,7 @@ CXX=${CXX:=g++}
|
|||
CC=${CC:=gcc}
|
||||
|
||||
# C++ compiler flags
|
||||
CXXFLAGS=${CXXFLAGS:="-O0 -g -Wall"}
|
||||
CXXFLAGS=${CXXFLAGS:="-O3 -Wall"}
|
||||
|
||||
# the C++ flags required for linking. Uncomment if additional flags
|
||||
# need to be passed to the linker.
|
||||
|
|
|
|||
1
test_problems/spectroscopy/.cvsignore
Normal file
1
test_problems/spectroscopy/.cvsignore
Normal file
|
|
@ -0,0 +1 @@
|
|||
Makefile
|
||||
Loading…
Add table
Reference in a new issue