[Input] Fix handling of global Motz-Wise flag in cti2yaml
This commit is contained in:
parent
efb246d73a
commit
d4f9717c1c
1 changed files with 2 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue