Changeset 2382 for branches/f4grobner
- Timestamp:
- 2015-06-18T21:43:49-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2374 r2382 63 63 (r-exponents self))) 64 64 65 #| 65 66 ;; Debug calls to initialize-instance 66 67 (defmethod shared-initialize ((self monom) slot-names … … 71 72 (format t "MONOM::SHARED-INITIALIZE called with:~&SLOT-NAMES: ~W~&INITARGS: ~W.~%" slot-names initargs) 72 73 (call-next-method)) 74 |# 73 75 74 76 (defmethod shared-initialize :after ((self monom) slot-names
Note:
See TracChangeset
for help on using the changeset viewer.