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