From 27d9b6413a6b12a84947db72658c1785e8c1393f Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 14 Nov 2018 19:33:41 -0500 Subject: [PATCH] [CTML] Remove parsing of vestigial "allow_discontinuous_thermo" option --- interfaces/cython/cantera/ctml_writer.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/interfaces/cython/cantera/ctml_writer.py b/interfaces/cython/cantera/ctml_writer.py index 831aba94a..00d1b9c32 100644 --- a/interfaces/cython/cantera/ctml_writer.py +++ b/interfaces/cython/cantera/ctml_writer.py @@ -1931,8 +1931,6 @@ class phase(object): ph.addChild('note',self._comment) thermo = ph.addChild('thermo') - if 'allow_discontinuous_thermo' in self._options: - thermo['allow_discontinuities'] = 'true' return ph