Changeset 13226 for fact/tools/pyscripts/pyfact/cleaners.py
- Timestamp:
- 03/26/12 11:29:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/cleaners.py
r13175 r13226 119 119 # the first survivor belongs to the first island, by definition 120 120 self.islands = [] 121 islands = sel d.islands121 islands = self.islands 122 122 if len(surv_copy) > 0: 123 123 islands.append([surv_copy[0]])
Note:
See TracChangeset
for help on using the changeset viewer.