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