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 2114


Ignore:
Timestamp:
2015-06-17T20:18:29-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2113 r2114  
    261261
    262262(defmethod ring-tensor-mul ((m1 monom) (m2 monom)
    263                             &aux (dim (+ (dimension m1) (dimension m2))))
     263                            &aux (dim (cl:+ (dimension m1) (dimension m2))))
    264264  (declare (fixnum dim))
    265265  (with-slots (exponents1 exponents)
Note: See TracChangeset for help on using the changeset viewer.