Changeset 3188 for branches/f4grobner/term.lisp
- Timestamp:
- 2015-06-22T18:31:05-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3187 r3188 84 84 &key 85 85 &allow-other-keys) 86 (format t "UPDATE-INSTANCE-FOR-DIFFERENT-CLASS MONOM->TERM called.%")87 (format t "Old: ~A~%" old)88 (format t "Initargs: ~A~%" initargs)89 86 (call-next-method)) 90 87 … … 98 95 (format t "Initargs: ~A~%" initargs) 99 96 (call-next-method old new :coeff 1)) 100 101 97 102 98 #|
Note:
See TracChangeset
for help on using the changeset viewer.