Changeset 3310 for branches/f4grobner
- Timestamp:
- 2015-06-23T09:41:22-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/monom.lisp
r3309 r3310 101 101 102 102 ;; when all exponents are to be identical 103 ( whenexponent-supplied-p103 (if exponent-supplied-p 104 104 (when (slot-boundp self 'exponents) 105 (warn "Ignoring argument EXPONENT.") 106 (return-from 'initialize-instance)) 105 (warn "Ignoring argument EXPONENT.")) 107 106 (cond 108 107 ((slot-boundp self 'dimension)
Note:
See TracChangeset
for help on using the changeset viewer.