*** empty log message ***

This commit is contained in:
Dave Goodwin 2003-11-01 10:08:09 +00:00
parent d95df61602
commit f9fc73ac4e
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -188,7 +188,7 @@ SHARED=${SHARED:="-shared"}
F90=${F90:=f90}
# Fortran compiler flags
FFLAGS=${FFLAGS:='-O2'}
FFLAGS=${FFLAGS:='-O0 -g'}
# the additional Fortran flags required for linking, if any
#LFORT_FLAGS =

View file

@ -70,7 +70,7 @@ int equil_example1(int job) {
// create a gas mixture, and set its state
IdealGasMix gas("silane.cti", "silane");
IdealGasMix gas("silane.xml", "silane");
int nsp = gas.nSpecies();
int ntemps = 50; // number of temperatures