Skip to content
Snippets Groups Projects
Commit 4faf9f4d authored by mattijs's avatar mattijs
Browse files

BUG: Test-readCHEMKINIII.C: missing speciesTable

parent fabf645c
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment