[cantera]: fixing a bug in file name variable.

This commit is contained in:
Nicholas Malaya
2012-09-27 18:13:57 +00:00
parent dec9c269a1
commit 957b5b3929

View File

@@ -143,7 +143,7 @@ void ck2cti(const std::string& in_file, const std::string& thermo_file,
* Section to bomb out if python is not
* present in the computation environment.
*/
string ppath = file;
string ppath = in_file;
throw CanteraError("ct2ctml",
"python ck to cti conversion requested for file, " + ppath +
", but not available in this computational environment");