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 3152


Ignore:
Timestamp:
2015-06-22T12:00:46-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3151 r3152  
    5353(defmethod r-equalp ((term1 term) (term2 term))
    5454  (and (r-equalp (scalar-coeff term1) (scalar-coeff term2))
    55        (r-equalp (monom-exponents term1) (monom-exponents term2))
    56        (r-equalp (monom-dimension term1) (monom-dimension term2))))
     55       (= (monom-dimension term1) (monom-dimension term2))
     56       (equalp (monom-exponents term1) (monom-exponents term2))))
    5757
    5858
Note: See TracChangeset for help on using the changeset viewer.