close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 2589


Ignore:
Timestamp:
2015-06-20T00:28:11-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2587 r2589  
    117117    (with-slots ((termlist2 termlist))
    118118        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)))
    120123  self)
    121124
Note: See TracChangeset for help on using the changeset viewer.