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 1402


Ignore:
Timestamp:
2015-06-11T23:33:15-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1401 r1402  
    220220         (declare (ignore a))
    221221         (assert (poly-zerop (poly-sub ring-and-order r-1 f)))
    222          (assert (equalp c-1 c))
    223          (assert (equalp division-count-1 division-count)))
     222         ;;(assert (equalp c-1 c))
     223         ;;(assert (equalp division-count-1 division-count))
     224         )
    224225       (values f c division-count))
    225226    (declare (fixnum division-count)
Note: See TracChangeset for help on using the changeset viewer.