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 416


Ignore:
Timestamp:
2015-06-06T19:30:44-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order-mk.lisp

    r415 r416  
    4040  `(funcall *monomial-order* ,x ,y))
    4141
    42 (defun reverse-monomial-order (x y)
     42(defmacro reverse-monomial-order (x y)
    4343  "Calls the inverse monomial order to the global monomial order function,
    4444held by *MONOMIAL-ORDER*."
    45   (monomial-order y x))
     45  `(monomial-order ,y ,x))
    4646
    4747(defvar *primary-elimination-order* #'lex>)
Note: See TracChangeset for help on using the changeset viewer.