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-07T19:26:27-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/symbolic-polynomial.lisp

    r3723 r3724  
    5050
    5151
    52 (defmethod r-equalp ((self symbolic-poly) (other symbolic-poly))
    53   (when (r-equalp (symbolic-poly-vars self) (symbolic-poly-vars other))
     52(defmethod universal-equalp ((self symbolic-poly) (other symbolic-poly))
     53  (when (universal-equalp (symbolic-poly-vars self) (symbolic-poly-vars other))
    5454    (call-next-method)))
    5555
Note: See TracChangeset for help on using the changeset viewer.