Changeset 2224 for branches/f4grobner/monom.lisp
- Timestamp:
- 2015-06-18T11:06:02-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2223 r2224 64 64 (princ (slot-value m 'exponents) stream)) 65 65 66 #|67 66 (defmethod initialize-instance :after ((self monom) &rest args &key) 68 67 (format t "INITIALIZE-INSTANCE-INSTANCE called with SELF ~A, args ~A.~%" 69 68 self args) 70 69 (call-next-method)) 71 |#72 70 73 71
Note:
See TracChangeset
for help on using the changeset viewer.