[CTML] Remove parsing of vestigial "allow_discontinuous_thermo" option
This commit is contained in:
parent
442433ad37
commit
27d9b6413a
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue