[Input] Fix handling of global Motz-Wise flag in cti2yaml

This commit is contained in:
Ray Speth 2019-11-01 19:05:34 -04:00 committed by Bryan W. Weber
parent efb246d73a
commit d4f9717c1c

View file

@ -1460,6 +1460,8 @@ class ideal_interface(phase):
def get_yaml(self, out):
super().get_yaml(out)
out['site-density'] = applyUnits(self.site_density)
if _motz_wise is not None:
out['Motz-Wise'] = _motz_wise
class edge(ideal_interface):