Changeset 3150 for branches/f4grobner/term.lisp
- Timestamp:
- 2015-06-22T11:53:15-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3148 r3150 66 66 |# 67 67 68 #| 68 69 (defmethod update-instance-for-different-class ((old monom) (new term) &key) 69 70 ;; Changing an instance of class MONOM to class TERM may also … … 74 75 (setf (scalar-coeff new) 1)) 75 76 new) 77 |# 76 78 77 79 #|
Note:
See TracChangeset
for help on using the changeset viewer.