Skip to content
Snippets Groups Projects
Commit 7b97d856 authored by Henry's avatar Henry
Browse files

Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev

parents 7d218b5e 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