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 1047


Ignore:
Timestamp:
2015-06-10T08:47:09-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1046 r1047  
    245245                    (order #'lex)
    246246                    (list-marker '[)
    247                   &aux (ring (ro-ring ring-and-order)))
     247                  &aux
     248                    (ring-and-order (make-ring-and-order :ring ring :order order)))
    248249  (labels ((p-eval (arg) (poly-eval ring-and-order arg vars))
    249250           (p-eval-list (args) (mapcar #'p-eval args))
Note: See TracChangeset for help on using the changeset viewer.