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 2400


Ignore:
Timestamp:
2015-06-18T22:22:50-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2399 r2400  
    7474    (is (r-equalp (r-tensor-product m n) m-tensor-n))
    7575    (signals
    76         (error "INITIAL-EXPONENTS must have length DIMENSION")
     76        (error "EXPONENTS must have length DIMENSION")
    7777      (make-instance 'monom  :dimension 3 :exponents '(1 2 3 4 5 6)))
    7878    (is-true (r-divides-p m n))
     
    106106    (is (r-equalp (r-tensor-product m n) m-tensor-n))
    107107    (signals
    108         (error "INITIAL-EXPONENTS must have length DIMENSION")
     108        (error "EXPONENTS must have length DIMENSION")
    109109      (make-instance 'monom  :dimension 3 :exponents '(1 2 3 4 5 6)))
    110110    (is-true (r-divides-p m n))
Note: See TracChangeset for help on using the changeset viewer.