- Timestamp:
- 2015-06-18T20:08:25-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2333 r2336 77 77 |# 78 78 79 (defmethod initialize-instance ((self monom)80 &restargs81 82 83 84 85 86 87 ;;(format t "MONOM::INITIALIZE-INSTANCE called with:~&ARGS: ~W.~%" args)79 (defmethod shared-initialize ((self monom) slot-names 80 &rest initargs 81 &key 82 dimension 83 exponents 84 exponent 85 &allow-other-keys 86 ) 87 (format t "MONOM::SHARED-INITIALIZE called with:~&ARGS: ~W.~%" args) 88 88 (let* ((new-dimension (cond (dimension dimension) 89 89 (exponents
Note:
See TracChangeset
for help on using the changeset viewer.