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-12T01:06:36-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

    r1430 r1431  
    108108(defun ideal-intersection (ring-and-order f g
    109109                           &optional
    110                              (top-reduction-only $poly_top_reduction_only)
    111                            &aux
    112                              (ring (ro-ring ring-and-order)))
     110                             (top-reduction-only $poly_top_reduction_only))
    113111  (declare (type ring-and-order ring-and-order))
    114112  (mapcar #'poly-contract
Note: See TracChangeset for help on using the changeset viewer.