minor updates to Save and meshutils

This commit is contained in:
rowanc1
2014-01-14 12:11:17 -08:00
parent 26eb5bfd33
commit 45988c2094
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -208,6 +208,10 @@ class hdf5Inversion(hdf5Group):
def rebuild(self):
return loadSavable(self['rebuild'])
@property
def results(self): return self['results']
class hdf5InversionResults(hdf5Group):
def __init__(self, T, groupNode):
hdf5Group.__init__(self, T, groupNode)