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

ENH: Updated chemkinToFoam utility to reflect changes in chemistry reader constructors

parent 822db5b1
Branches
Tags
No related merge requests found
......@@ -44,7 +44,9 @@ int main(int argc, char *argv[])
argList::validArgs.append("FOAMThermodynamicsFile");
argList args(argc, argv);
chemkinReader cr(args[1], args[2]);
speciesTable species;
chemkinReader cr(args[1], species, args[2]);
OFstream reactionsFile(args[3]);
reactionsFile
......
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