Changeset 2240 for branches/f4grobner/monom.lisp
- Timestamp:
- 2015-06-18T11:26:30-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2239 r2240 65 65 66 66 (defmethod initialize-instance :after ((self monom) &rest args &key &allow-other-keys) 67 (format t "INITIALIZE-INSTANCE called with SELF ~A,args ~A.~%"67 (format t "INITIALIZE-INSTANCE called with args ~A.~%" 68 68 self args) 69 69 (call-next-method))
Note:
See TracChangeset
for help on using the changeset viewer.