[CTML] Remove parsing of vestigial "allow_discontinuous_thermo" option

This commit is contained in:
Ray Speth 2018-11-14 19:33:41 -05:00
parent 442433ad37
commit 27d9b6413a

View file

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