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.

Ignore:
Timestamp:
2015-09-05T09:41:54-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3453 r3454  
    199199(defmethod monom-multiply-2 ((m1 monom) (m2 monom))
    200200  "Non-destructively multiply monomial M1 by M2."
    201   (multiply-by (copy-instance m1) (copy-instance m2)))
     201  (monom-multiply-by (copy-instance m1) (copy-instance m2)))
    202202
    203203(defmethod monom-multiply ((numerator monom) &rest denominators)
Note: See TracChangeset for help on using the changeset viewer.