Changeset 3155 for branches/f4grobner/term.lisp
- Timestamp:
- 2015-06-22T12:02:45-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3154 r3155 76 76 ;; happen when OLD is an instance of TERM, in which case the 77 77 ;; value of the coefficient should be preserved. 78 (call-next-method)79 78 (unless (slot-boundp new 'coeff) 80 79 (setf (scalar-coeff new) 1))
Note:
See TracChangeset
for help on using the changeset viewer.