From 4faf9f4d4152e15fb59dd075dba40e8b08a2c477 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Wed, 23 Nov 2011 15:40:15 +0000
Subject: [PATCH] BUG: Test-readCHEMKINIII.C: missing speciesTable

---
 applications/test/readCHEMKINIII/Test-readCHEMKINIII.C | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/applications/test/readCHEMKINIII/Test-readCHEMKINIII.C b/applications/test/readCHEMKINIII/Test-readCHEMKINIII.C
index d58dd943402..7dcf27fa923 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
-- 
GitLab