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 1277


Ignore:
Timestamp:
2015-06-11T19:56:50-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r1276 r1277  
    125125    (declare (fixnum division-count))
    126126    ;; Check the loop invariant here
    127     (check-loop-invariant ring-and-order c f a fl r p)
     127    #+grobner-check(check-loop-invariant ring-and-order c f a fl r p)
    128128    (do ((fl fl (rest fl))              ;scan list of divisors
    129129         (b a (rest b)))
Note: See TracChangeset for help on using the changeset viewer.