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 2384


Ignore:
Timestamp:
2015-06-18T21:47:35-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2383 r2384  
    140140(defmethod r* ((m1 monom) (m2 monom))
    141141  "Multiply monomial M1 by monomial M2."
    142   (format t "MONOM::R* called with:~&  M1: ~A~&  M2: ~A~%" m1 m2)
    143142  (with-slots ((exponents1 exponents) dimension)
    144143      m1
Note: See TracChangeset for help on using the changeset viewer.