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

* empty log message *

File:
1 edited

Legend:

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

    r3724 r3727  
    5353  (when (universal-equalp (symbolic-poly-vars self) (symbolic-poly-vars other))
    5454    (call-next-method)))
     55
     56(defmethod universal-equalp ((self symbol) (other symbol))
     57  (eq self other))
    5558
    5659(defmethod update-instance-for-different-class :after ((old poly) (new  symbolic-poly) &key)
Note: See TracChangeset for help on using the changeset viewer.