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.

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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

    r1396 r1397  
    200200   ((endp plist)
    201201    (reduced-grobner ring-and-order f start top-reduction-only))
    202    (t (let ((g (ideal-saturation-1 ring f (car plist) start top-reduction-only)))
    203         (ideal-polysaturation-1 ring g (rest plist) (length g) top-reduction-only)))))
     202   (t (let ((g (ideal-saturation-1 ring-and-order f (car plist) start top-reduction-only)))
     203        (ideal-polysaturation-1 ring-and-order g (rest plist) (length g) top-reduction-only)))))
    204204
    205205(defun ideal-saturation (ring-and-order f g start &optional (top-reduction-only $poly_top_reduction_only)
Note: See TracChangeset for help on using the changeset viewer.