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 3276


Ignore:
Timestamp:
2015-06-22T21:42:23-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3219 r3276  
    5555(defmethod r-equalp ((term1 term) (term2 term))
    5656  (and (r-equalp (scalar-coeff term1) (scalar-coeff term2))
    57        (= (monom-dimension term1) (monom-dimension term2))
    58        (equalp (monom-exponents term1) (monom-exponents term2))))
     57       (call-next-method)))
    5958
    6059(defmethod update-instance-for-different-class :after ((old monom) (new  scalar) &key)
Note: See TracChangeset for help on using the changeset viewer.