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-15T08:26:35-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1734 r1735  
    413413If the representation is not compatible with a polynomial in variables VARS,
    414414the result is an error."
    415   (with-ring-and-order ((vars) :polynomials (p)
    416                             :value-type :polynomial)
    417                            p))
     415  (with-ring-and-order ((vars) :polynomials (p) :value-type :polynomial) p))
    418416
    419417#|
Note: See TracChangeset for help on using the changeset viewer.