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 1361


Ignore:
Timestamp:
2015-06-11T22:34:03-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/grobner-wrap.lisp

    r1360 r1361  
    5050   ring-and-order f start top-reduction-only))
    5151
    52 (defun reduced-grobner (ring f &optional (start 0) (top-reduction-only $poly_top_reduction_only))
    53   (reduction ring (grobner ring f start top-reduction-only)))
     52(defun reduced-grobner (ring-and-order f &optional (start 0) (top-reduction-only $poly_top_reduction_only))
     53  (reduction ring-and-order (grobner ring-and-order f start top-reduction-only)))
Note: See TracChangeset for help on using the changeset viewer.