Changeset 3191 for branches/f4grobner/term.lisp
- Timestamp:
- 2015-06-22T18:33:46-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3190 r3191 80 80 81 81 (defmethod update-instance-for-different-class ((old monom) (new scalar) 82 &rest83 initargs84 82 &key 83 (coeff 1) 85 84 &allow-other-keys) 86 85 (format t "UPDATE-INSTANCE-FOR-DIFFERENT-CLASS MONOM->SCALAR called.%") 87 86 (format t "Old: ~A~%" old) 88 87 (format t "Initargs: ~A~%" initargs) 89 ( apply #'call-next-method (list old new :coeff 1 initargs)))88 (call-next-method))) 90 89 91 90 #|
Note:
See TracChangeset
for help on using the changeset viewer.