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-12T13:09:40-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

    r1510 r1511  
    206206        (ideal-polysaturation-1 ring-and-order g (rest plist) (length g) top-reduction-only)))))
    207207
    208 (defun ideal-saturation (ring-and-order f g start &optional (top-reduction-only $poly_top_reduction_only)
     208(defun ideal-saturation (ring-and-order f g
     209                         &optional
     210                           (start 0)
     211                           (top-reduction-only $poly_top_reduction_only)
    209212                         &aux
    210213                         (k (length g)))
Note: See TracChangeset for help on using the changeset viewer.