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 1239


Ignore:
Timestamp:
2015-06-11T14:59:37-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1238 r1239  
    192192  (do ((r (make-poly-zero))
    193193       (c (funcall (ring-unit ring)))
    194        (division-count 0))
     194       (division-count 0)
     195       #+grobner-check(f0 f))
    195196      ((or (poly-zerop f)
    196197           ;;(endp fl)
    197198           (and top-reduction-only (not (poly-zerop r))))
    198199       (progn
    199          (debug-cgb "~&~3T~d reduction~:p" division-count)
     200         (debug-cgb "~&~3T~D reduction~:P" division-count)
    200201         (when (poly-zerop r)
    201202           (debug-cgb " ---> 0")))
Note: See TracChangeset for help on using the changeset viewer.