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 3195


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3194 r3195  
    7979|#
    8080
    81 (defmethod update-instance-for-different-class :after ((old monom) (new  scalar)
    82                                                 &rest
    83                                                   initargs
    84                                                 &key
    85                                                   &allow-other-keys)
    86   (format t "UPDATE-INSTANCE-FOR-DIFFERENT-CLASS MONOM->SCALAR called.%")
    87   (format t "Old: ~A~%" old)
    88   (format t "Initargs: ~A~%" initargs)
     81(defmethod update-instance-for-different-class :after ((old monom) (new  scalar) &key)
    8982  (setf (scalar-coeff new) 1))
    9083
Note: See TracChangeset for help on using the changeset viewer.