[ck2cti] Make permissive mode default when run from Matlab or C++
This commit is contained in:
parent
8a58b12698
commit
dab827d763
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ void ck2cti(const std::string& in_file, const std::string& thermo_file,
|
|||
pyin << " transportFile=r'" << transport_file << "',";
|
||||
}
|
||||
pyin << " phaseName='" << id_tag << "',";
|
||||
pyin << " permissive=True,";
|
||||
pyin << " quiet=True)\n";
|
||||
pyin << " sys.exit(0)\n\n";
|
||||
pyin << "sys.exit(7)\n";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue