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 2072


Ignore:
Timestamp:
2015-06-17T19:17:08-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2069 r2072  
    149149    (total-degree exponents start end)))
    150150
    151 (defmethod ring-mul ((m1 monom) (m2 monom))  &aux (result (copy-seq m1)))
    152 "Multiply monomial M1 by monomial M2."
     151(defmethod ring-mul ((m1 monom) (m2 monom))
     152  "Multiply monomial M1 by monomial M2."
    153153  (with-slots ((exponents1 exponents))
    154154      m1
Note: See TracChangeset for help on using the changeset viewer.