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 2160


Ignore:
Timestamp:
2015-06-17T21:44:57-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2159 r2160  
    108108    (elt exponents index)))
    109109
    110 (defmethod (setf r-elt) (new-value (m object) index)
     110(defmethod (setf r-elt) (new-value (m monom) index)
    111111  "Return the power in the monomial M of variable number INDEX."
    112112  (with-slots (exponents)
Note: See TracChangeset for help on using the changeset viewer.