Changeset 2589 for branches/f4grobner/polynomial.lisp
- Timestamp:
- 2015-06-20T00:28:11-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/polynomial.lisp
r2587 r2589 117 117 (with-slots ((termlist2 termlist)) 118 118 other 119 (setf termlist1 (fast-add-to termlist1 termlist2)))) 119 (push nil termlist1) 120 (push nil termlist2) 121 (fast-add-to termlist1 termlist2) 122 (pop termlist))) 120 123 self) 121 124
Note:
See TracChangeset
for help on using the changeset viewer.