*** empty log message ***
This commit is contained in:
parent
d95df61602
commit
f9fc73ac4e
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -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 =
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue