Changeset 1034 for trunk/python
- Timestamp:
- 04/26/06 13:53:27 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapplotter.py
r1023 r1034 453 453 if self._maskselection and len(self._usermask) == len(m): 454 454 if d[self._stacking](r) in self._maskselection[self._stacking]: 455 print "debug"456 455 m = logical_and(m, self._usermask) 457 456 x = scan._getabcissa(r)
Note:
See TracChangeset
for help on using the changeset viewer.