Changeset 795
- Timestamp:
- 07/20/10 23:52:52 (19 months ago)
- Files:
-
- 1 modified
-
confluence/randombubble.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
confluence/randombubble.py
r794 r795 57 57 58 58 if symmetry > 1: 59 if not fill_rows % 2: 60 fill_rows -= 1 59 61 for row in range((fill_rows + 1)/2): 60 62 self.rows.append(RandomRow(row, selection, symmetric_rows))
