Changeset 2282 for branches/f4grobner
- 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.lispr2281 r2282 73 73 (format t "INITIALIZE-INSTANCE called with:~&ARGS: ~W.~%" args)) 74 74 75 (defmethod initialize-instance :after((self monom)76 77 78 79 80 81 82 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.
  
