Replaced silane.cti with silane.xml so that it will work for
python none installation.
This commit is contained in:
parent
93427d1f42
commit
664ba76fce
1 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,8 @@ int equil_example1(int job) {
|
|||
|
||||
// create a gas mixture, and set its state
|
||||
|
||||
IdealGasMix gas("silane.cti", "silane");
|
||||
//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