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 2825


Ignore:
Timestamp:
2015-06-21T09:44:15-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2824 r2825  
    6161
    6262(def-fixture monom-context ()
    63   (let ((m (make-instance 'monom  :dimension 3 :exponents '(1 2 3)))
     63  (symbol-macrolet ((m (make-instance 'monom  :dimension 3 :exponents '(1 2 3)))
    6464        (n (make-instance 'monom  :dimension 3 :exponents '(4 5 6)))
    6565        (m*n (make-instance 'monom  :dimension 3 :exponents '(5 7 9)))
     
    103103
    104104(def-fixture term-context ()
    105   (let ((z (make-instance 'term  :dimension 3 :coeff 5))
     105  (symbol-macrolet ((z (make-instance 'term  :dimension 3 :coeff 5))
    106106        (m (make-instance 'term  :dimension 3 :exponents '(1 2 3) :coeff 6))
    107107        (n (make-instance 'term  :dimension 3 :exponents '(4 5 6) :coeff 12))
Note: See TracChangeset for help on using the changeset viewer.