Skip to content
Snippets Groups Projects
Commit 29871732 authored by andy's avatar andy
Browse files

Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

parents ff9aeade 1dee446a
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