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 3194


Ignore:
Timestamp:
2015-06-22T18:35:43-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3193 r3194  
    7979|#
    8080
    81 (defmethod update-instance-for-different-class ((old monom) (new  scalar)
     81(defmethod update-instance-for-different-class :after ((old monom) (new  scalar)
    8282                                                &rest
    8383                                                  initargs
     
    8787  (format t "Old: ~A~%" old)
    8888  (format t "Initargs: ~A~%" initargs)
    89   (call-next-method))
     89  (setf (scalar-coeff new) 1))
    9090
    9191#|
Note: See TracChangeset for help on using the changeset viewer.