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 2583


Ignore:
Timestamp:
2015-06-19T18:10:29-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2581 r2583  
    110110               ;; Q' <- (CDR Q)
    111111               (rotatef p q (cdr q))
    112                (print p) (break "A"))
     112               (print p) (print q))
    113113              (equal-p
    114114               (setf (lc p) (add-to (lc p) (lc q))
    115115                     p (cdr p)
    116116                     q (cdr q))
    117                (print p) (break "B"))))))))
     117               (print p) (print q))))))))
    118118           
    119119  self)
Note: See TracChangeset for help on using the changeset viewer.