Changeset 2309 for branches/f4grobner/monom.lisp
- Timestamp:
- 2015-06-18T19:28:08-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2298 r2309 66 66 (slot-value self 'exponents))) 67 67 68 #| 69 ;; Debug calls to initialize-instance 68 70 (defmethod initialize-instance :around ((self monom) 69 71 &rest … … 74 76 (call-next-method) 75 77 ) 78 |# 76 79 77 80 (defmethod initialize-instance ((self monom)
Note:
See TracChangeset
for help on using the changeset viewer.