Changeset 2386 for branches/f4grobner/term.lisp
- Timestamp:
- 2015-06-18T21:49:49-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r2385 r2386 38 38 (r-coeff self))) 39 39 40 #| 40 41 ;; Use to debug calls to shared-initialize 41 42 (defmethod shared-initialize ((self term) slot-names … … 47 48 (call-next-method) 48 49 ) 50 |# 49 51 50 52 (defmethod shared-initialize ((self term) slot-names … … 60 62 (coeff 61 63 (setf (slot-value self 'coeff) coeff)))) 62 (call-next-method)64 ;;(call-next-method) 63 65 ) 64 66
Note:
See TracChangeset
for help on using the changeset viewer.