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 1790


Ignore:
Timestamp:
2015-06-15T11:35:25-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1789 r1790  
    411411      (let ((,ring-and-order-var ,(find-ring-and-order-by-name)))
    412412        ;; Define a shorthand to RING
    413         (symbol-macrolet (,ring-var (ro-ring ring-and-order))
     413        (symbol-macrolet ((,ring-var (ro-ring ring-and-order)))
    414414          (let ,(let ((args nil))
    415415                     (dolist (p polynomials args)
     
    557557                            :poly-lists (f plist)
    558558                            :value-type :poly-list)
    559     (polysaturation-extension ring-and-order f plist)))
     559    (polysaturation-extension ring f plist)))
    560560
    561561(defmfun $poly_ideal_polysaturation1 (f plist vars)
    562562  (with-ring-and-order ((vars) :poly-lists (f plist)
    563563                                   :value-type :poly-list)
    564     (ideal-polysaturation-1 ring-and-order f plist 0 nil)))
     564    (ideal-polysaturation-1 ring f plist 0 nil)))
    565565
    566566(defmfun $poly_ideal_saturation (f g vars)
Note: See TracChangeset for help on using the changeset viewer.