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 2891


Ignore:
Timestamp:
2015-06-21T12:04:28-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2890 r2891  
    7575       (setf (slot-value self 'coeff) coeff)))))
    7676
    77 (defmethod update-instance-for-different-class
     77(defmethod update-instance-for-different-class :after
    7878    ((old monom)
    7979     (new term)
     
    8787  (format t "TERM:UPDATE-INSTANCE-FOR-DIFFERENT-CLASS called with OLD:~A, NEW: ~A~%"
    8888          old new)
     89  (setf (term-coeff new) 1)
    8990  (call-next-method))
    9091
Note: See TracChangeset for help on using the changeset viewer.