diff --git a/applications/test/readCHEMKINIII/Test-readCHEMKINIII.C b/applications/test/readCHEMKINIII/Test-readCHEMKINIII.C index d58dd94340..7dcf27fa92 100644 --- a/applications/test/readCHEMKINIII/Test-readCHEMKINIII.C +++ b/applications/test/readCHEMKINIII/Test-readCHEMKINIII.C @@ -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