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 2580


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2579 r2580  
    9999        (do ((p termlist1)
    100100             (q termlist2))
    101             ((or (endp) (endp q))
     101            ((or (endp p) (endp q))
    102102             (setf termlist1 p))
    103103          (multiple-value-bind
Note: See TracChangeset for help on using the changeset viewer.