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 1435


Ignore:
Timestamp:
2015-06-12T10:39:51-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ideal.lisp

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