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 2571


Ignore:
Timestamp:
2015-06-19T17:51:12-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2570 r2571  
    108108               ;; (CDR P') <- P
    109109               ;; Q' <- (CDR Q)
    110                (rotatef p q (cdr q)) (break))
     110               (rotatef p q (cdr q))
     111               (print p) (print q) (break))
    111112              (equal-p
    112113               (setf (lc p) (add-to (lc p) (lc q))
    113114                     p (cdr p)
    114                      q (cdr q))))
     115                     q (cdr q))
     116               (print p) (print q) (break)))
    115117            (not greater-p))))))
    116118  self)
Note: See TracChangeset for help on using the changeset viewer.