mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Test-readCHEMKINIII.C: missing speciesTable
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user