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 2402


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

* empty log message *

File:
1 edited

Legend:

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

    r2401 r2402  
    5353(in-suite monom-suite)
    5454
     55;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
     56;;
     57;;        MONOM class tests
     58;;
     59;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
     60
     61
    5562(def-fixture monom-context ()
    5663  (let ((z (make-instance 'monom  :dimension 3))
     
    8592      (r-depends-p m 3))))
    8693 
     94;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
     95;;
     96;;        TERM class tests
     97;;
     98;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
     99
    87100(def-fixture term-context ()
    88101  (let ((z (make-instance 'term  :dimension 3 :coeff 5))
Note: See TracChangeset for help on using the changeset viewer.