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 357


Ignore:
Timestamp:
2015-06-06T13:28:12-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-tests.lisp

    r356 r357  
    9191  (let ((p (make-monom 3 :initial-contents '(1 2 3)))
    9292        (q (make-monom 3 :initial-contents '(4 5 6))))
    93     (is-false (ngrobner:elimination-order-1 p q)))) 
     93    (is-false (ngrobner:elimination-order-1 p q))
     94    (is-false (funcall (ngrobner:elimination-order 2) p q))))
    9495
    9596(run! 'utils-suite)
Note: See TracChangeset for help on using the changeset viewer.