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 2576


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2573 r2576  
    108108               ;; (CDR P') <- P
    109109               ;; Q' <- (CDR Q)
    110                (rotatef p q (cdr q))
    111                (print p) (print q) (break "A"))
     110               (rotatef p q (cdr q)))
    112111              (equal-p
    113112               (setf (lc p) (add-to (lc p) (lc q))
    114113                     p (cdr p)
    115                      q (cdr q))
    116                (print p) (print q) (break "B")))
     114                     q (cdr q))))
    117115            (not greater-p))))))
    118116  self)
Note: See TracChangeset for help on using the changeset viewer.