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 3331


Ignore:
Timestamp:
2015-06-23T11:05:44-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3329 r3331  
    102102     (error "Initarg DIMENSION or EXPONENTS must be supplied."))))
    103103
    104 (defmethod monom-dimension ((m monom))
    105   (length (monom-exponents m)))
     104(defmacro monom-dimension (m)
     105  `(length (monom-exponents ,m)))
    106106
    107107(defmethod r-equalp ((m1 monom) (m2 monom))
Note: See TracChangeset for help on using the changeset viewer.