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 2137


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2136 r2137  
    113113  (with-slots (exponents)
    114114      m
    115     (setf (elt exponents index) new-value)))
     115    (setf (cl:elt exponents index) new-value)))
    116116
    117117(defmethod total-degree ((m monom) &optional (start 0) (end (dimension m)))
Note: See TracChangeset for help on using the changeset viewer.