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 3277


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3276 r3277  
    5454
    5555(defmethod r-equalp ((term1 term) (term2 term))
    56   (and (r-equalp (scalar-coeff term1) (scalar-coeff term2))
    57        (call-next-method)))
     56  (when (r-equalp (scalar-coeff term1) (scalar-coeff term2))
     57    (call-next-method)))
    5858
    5959(defmethod update-instance-for-different-class :after ((old monom) (new  scalar) &key)
Note: See TracChangeset for help on using the changeset viewer.