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 2315


Ignore:
Timestamp:
2015-06-18T19:39:45-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2312 r2315  
    7373    (is (r-equalp (r* m n) m*n))
    7474    (is (r-equalp (r/ n m) n/m))
    75 
    76 (test monom-advanced
    77   "Monom advanced"
    78   (with-fixture monom-context ()
     75    (is (r-equalp (r/ n m) n/m))
    7976    (is (r-equalp (r-tensor-product m n) m-tensor-n))))
    8077    (signals
     
    8986        (error "Index out of bounds")
    9087      (r-depends-p m 3))))
    91 
     88|#
    9289 
    9390(run! 'monom-suite)
Note: See TracChangeset for help on using the changeset viewer.