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 1539


Ignore:
Timestamp:
2015-06-12T14:45:50-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1433 r1539  
    211211                      (top-reduction-only $poly_top_reduction_only)
    212212                      (ring (ro-ring ring-and-order)))
    213   #+grobner-check(when (null fl) (warn "normal-form: empty divisor list."))
     213  #+grobner-check(when (null fl) (warn "normal-form: empty divisor list.") (break))
    214214  (do ((r (make-poly-zero))
    215215       (c (funcall (ring-unit ring)))
Note: See TracChangeset for help on using the changeset viewer.