Changeset 1200
- Timestamp:
- 05/02/09 18:11:36 (3 years ago)
- File:
-
- 1 edited
-
trunk/applications/nxdiff (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/applications/nxdiff
r1199 r1200 16 16 if len(self.dims) == 1: 17 17 self.dims=self.dims[0] 18 self.attrs = getAttrs(nxs)18 self.attrs = nxs.getattrs() 19 19 self.data = nxs.getdata() 20 21 def getAttrs(nxs):22 attrs = {}23 nxs.initattrdir24 attr = nxs.getnextattr()25 while attr[0] is not None and attr[1] is not None:26 attrs[attr[0]] = attr[1]27 attr = nxs.getnextattr()28 return attrs29 20 30 21 def getDiffSym(diffType, format):
Note: See TracChangeset
for help on using the changeset viewer.
