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 3168


Ignore:
Timestamp:
2015-06-22T13:28:13-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3167 r3168  
    5151            dimension
    5252            exponents
    53             coeff))
    54   self)
     53            coeff)))
    5554   
    5655
     
    7675|#
    7776
    78 (defmethod update-instance-for-different-class :around ((old monom) (new term)
     77(defmethod update-instance-for-different-class :after ((old monom) (new term)
    7978                                                &rest
    8079                                                  initargs
    8180                                                &key
    8281                                                  &allow-other-keys)
    83   (setf (scalar-coeff new) 1)
    84   new) 
     82  (format t "Initargs:~A" initargs)
     83  (prog1 (call-next-method)
     84    (format t "Old:~A New:~A" old new))
     85  )
    8586
    8687
Note: See TracChangeset for help on using the changeset viewer.