Changeset 13440
- Timestamp:
- Feb 8, 2010, 12:48:19 PM (15 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/lib/misc.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lib/misc.lisp
r13435 r13440 1119 1119 do (incf total-psize psize)) 1120 1120 1121 (when threshold1121 (when (and data threshold) 1122 1122 (setq data (sort data #'< :key #'cadddr)) 1123 1123 (loop while (< (/ (cadddr (car data)) total-psize) threshold)
Note:
See TracChangeset
for help on using the changeset viewer.
