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 4454


Ignore:
Timestamp:
2016-06-12T10:10:35-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r4453 r4454  
    435435(defun fast-add (p q order-fn add-fn)
    436436  "This version calls SLOW-ADD and is bullet-proof."
    437   (slow-add p q order-fn add-fn)
    438   ;;(fast-and-risky-add p q order-fn add-fn)
     437  ;;(slow-add p q order-fn add-fn)
     438  (fast-and-risky-add p q order-fn add-fn)
    439439  )
    440440
Note: See TracChangeset for help on using the changeset viewer.