[cantera]: fixing a bug in file name variable.
This commit is contained in:
parent
dec9c269a1
commit
957b5b3929
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ void ck2cti(const std::string& in_file, const std::string& thermo_file,
|
||||||
* Section to bomb out if python is not
|
* Section to bomb out if python is not
|
||||||
* present in the computation environment.
|
* present in the computation environment.
|
||||||
*/
|
*/
|
||||||
string ppath = file;
|
string ppath = in_file;
|
||||||
throw CanteraError("ct2ctml",
|
throw CanteraError("ct2ctml",
|
||||||
"python ck to cti conversion requested for file, " + ppath +
|
"python ck to cti conversion requested for file, " + ppath +
|
||||||
", but not available in this computational environment");
|
", but not available in this computational environment");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue