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 3347


Ignore:
Timestamp:
2015-06-23T11:40:43-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3346 r3347  
    9090
    9191(defmethod update-instance-for-different-class ((old monom) (new poly) &key)
    92   (change-class (change-class old 'term) 'poly))
     92  (change-class (change-class old 'term) 'poly)
     93  (call-next-method))
    9394
    9495(defmethod r-equalp ((self poly) (other poly))
Note: See TracChangeset for help on using the changeset viewer.