[ck2cti] Make permissive mode default when run from Matlab or C++

This commit is contained in:
Ray Speth 2013-09-12 16:04:13 +00:00
parent 8a58b12698
commit dab827d763

View file

@ -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";