From dab827d76335a01f1745b3280b62c73f9baea515 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 12 Sep 2013 16:04:13 +0000 Subject: [PATCH] [ck2cti] Make permissive mode default when run from Matlab or C++ --- src/base/ct2ctml.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/base/ct2ctml.cpp b/src/base/ct2ctml.cpp index 0a4e2c074..f8c17b9db 100644 --- a/src/base/ct2ctml.cpp +++ b/src/base/ct2ctml.cpp @@ -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";