close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 2653


Ignore:
Timestamp:
2015-06-20T15:04:35-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2651 r2653  
    101101    (do ((p p)
    102102         (q q))
    103         ((or (endp (cdr p)) (endp (cdr q)))
    104          (when (endp (cdr p))
    105            (rotatef (cdr p) (cdr q))))
     103        ((and (endp p) (endp q)))
    106104      (multiple-value-bind
    107105            (greater-p equal-p)
Note: See TracChangeset for help on using the changeset viewer.