Changeset 2282
- Timestamp:
- 2015-06-18T14:21:14-07:00 (10 years ago)
- File:
-
- 1 edited
-
branches/f4grobner/monom.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2281 r2282 73 73 (format t "INITIALIZE-INSTANCE called with:~&ARGS: ~W.~%" args)) 74 74 75 (defmethod initialize-instance :after((self monom)76 ;;&rest args77 &key78 dimension79 exponents80 exponent81 &allow-other-keys82 )75 (defmethod initialize-instance ((self monom) 76 ;;&rest args 77 &key 78 dimension 79 exponents 80 exponent 81 &allow-other-keys 82 ) 83 83 (let* ((new-dimension (cond (dimension dimension) 84 84 (exponents
Note:
See TracChangeset
for help on using the changeset viewer.
