Changeset 2274 for branches/f4grobner/monom.lisp
- Timestamp:
- 2015-06-18T14:10:16-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2273 r2274 67 67 68 68 (defmethod initialize-instance ((self monom) 69 &rest args69 ;;&rest args 70 70 &key 71 71 dimension … … 74 74 &allow-other-keys 75 75 ) 76 (format t "INITIALIZE-INSTANCE called with:~&ARGS: ~W.~%" args)76 ;;(format t "INITIALIZE-INSTANCE called with:~&ARGS: ~W.~%" args) 77 77 (let* ((new-dimension (cond (dimension dimension) 78 78 (exponents
Note:
See TracChangeset
for help on using the changeset viewer.