- Timestamp:
- 2015-06-18T21:52:12-07:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2389 r2390 63 63 (r-exponents self))) 64 64 65 (defmethod shared-initialize ((self monom) slot-names66 67 dimension68 exponents69 exponent70 71 )65 (defmethod shared-initialize :after ((self monom) slot-names 66 &key 67 dimension 68 exponents 69 exponent 70 &allow-other-keys 71 ) 72 72 (if (eq slot-names t) (setf slot-names '(dimension exponents))) 73 73 (dolist (slot-name slot-names)
Note:
See TracChangeset
for help on using the changeset viewer.