Changeset 557 for trunk/python
- Timestamp:
- 03/10/05 16:15:32 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapplotter.py
r556 r557 329 329 i = sel[0] 330 330 if k == "p": 331 which = self._cursor["p"].index( j)331 which = self._cursor["p"].index(i) 332 332 polmode = self._polmode[which] 333 333 i = which
Note:
See TracChangeset
for help on using the changeset viewer.