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 2532


Ignore:
Timestamp:
2015-06-19T14:47:26-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2531 r2532  
    116116          ((cond
    117117             ((endp p)
    118               (setf r (revappend r q)) t)
    119              ((endp q)
    120               (setf r (revappend r p)) t)
     118              (setf p (nconc p q))
     119              t)
     120             ((endp q))
    121121             (t
    122122              (multiple-value-bind
Note: See TracChangeset for help on using the changeset viewer.