Changeset 2226 for branches/f4grobner/monom.lisp
- Timestamp:
- 2015-06-18T11:09:01-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r2225 r2226 66 66 (defmethod initialize-instance :after ((self monom) &rest args &key) 67 67 (format t "INITIALIZE-INSTANCE-INSTANCE called with SELF ~A, args ~A.~%" 68 self args) 69 (call-next-method)) 68 self args)) 70 69 71 70 72 #|73 71 (defmethod make-instance :around ((self monom) 74 72 &key … … 86 84 exponent exponent-supplied-p) 87 85 (call-next-method :dimension dimension :exponents exponents)) 88 |#89 86 90 87 #|
Note:
See TracChangeset
for help on using the changeset viewer.