not needed anymore
This commit is contained in:
parent
adee729b83
commit
b2b93f2780
|
@ -1732,6 +1732,3 @@ class Result:
|
||||||
if flatten: r = util.dict_flatten(r)
|
if flatten: r = util.dict_flatten(r)
|
||||||
|
|
||||||
return None if (type(r) == dict and r == {}) else r
|
return None if (type(r) == dict and r == {}) else r
|
||||||
|
|
||||||
save_VTK = export_VTK
|
|
||||||
save_XDMF = export_XDMF
|
|
||||||
|
|
Loading…
Reference in New Issue