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 1933


Ignore:
Timestamp:
2015-06-15T18:38:55-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r1932 r1933  
    162162        (t
    163163         #'(lambda (p q &optional (start 0) (end (monom-dimension  p)))
     164             (declare (type monom p q) (type fixnum start end))
    164165             (multiple-value-bind (primary equal)
    165166                 (funcall primary-elimination-order p q start k)
Note: See TracChangeset for help on using the changeset viewer.