- Timestamp:
- 2015-06-18T21:52:03-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2384 r2389 62 62 (r-dimension self) 63 63 (r-exponents self))) 64 65 #|66 ;; Debug calls to initialize-instance67 (defmethod shared-initialize ((self monom) slot-names68 &rest69 initargs70 &key71 &allow-other-keys)72 (format t "MONOM::SHARED-INITIALIZE called with:~&SLOT-NAMES: ~W~&INITARGS: ~W.~%" slot-names initargs)73 (call-next-method))74 |#75 64 76 65 (defmethod shared-initialize ((self monom) slot-names
Note:
See TracChangeset
for help on using the changeset viewer.