BUG: Test-readCHEMKINIII.C: missing speciesTable

This commit is contained in:
mattijs 2011-11-23 15:40:15 +00:00
parent fabf645c08
commit 4faf9f4d41

View File

@ -42,7 +42,9 @@ int main(int argc, char *argv[])
fileName thermoFileName = fileName::null;
args.optionReadIfPresent("thermo", thermoFileName);
chemkinReader ck(args[1], thermoFileName);
speciesTable dummySpecies;
chemkinReader ck(args[1], dummySpecies, thermoFileName);
//Info<< ck.isotopeAtomicWts() << nl
// << ck.specieNames() << nl