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 901


Ignore:
Timestamp:
2015-06-09T13:40:16-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r900 r901  
    153153  #'(lambda (p q &optional (start 0) (end (monom-dimension  p)))
    154154      (multiple-value-bind (primary equal)
    155            (funcall *primary-elimination-order* p q start k)
     155           (funcall primary-elimination-order p q start k)
    156156         (if equal
    157              (funcall *secondary-elimination-order* p q k end)
     157             (funcall secondary-elimination-order p q k end)
    158158           (values primary nil)))))
    159159
Note: See TracChangeset for help on using the changeset viewer.