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 2573


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2572 r2573  
    109109               ;; Q' <- (CDR Q)
    110110               (rotatef p q (cdr q))
    111                (print p) (print q) (break 1))
     111               (print p) (print q) (break "A"))
    112112              (equal-p
    113113               (setf (lc p) (add-to (lc p) (lc q))
    114114                     p (cdr p)
    115115                     q (cdr q))
    116                (print p) (print q) (break 2)))
     116               (print p) (print q) (break "B")))
    117117            (not greater-p))))))
    118118  self)
Note: See TracChangeset for help on using the changeset viewer.