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 2542


Ignore:
Timestamp:
2015-06-19T15:39:42-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2541 r2542  
    116116             (q termlist2))
    117117            ((endp p)
    118              )
     118             ;; Include remaining terms of termlist1
     119             (setf termlist1 (nconc termlist1 q)))
    119120          ;; Copy all initial terms of q greater than (lt p) into p       
    120121          (do ((r q (cdr q)))
Note: See TracChangeset for help on using the changeset viewer.