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 2535


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2534 r2535  
    130130               ;; Simply add coefficients
    131131               (setf (lc p) (add-to (lc p) (lc q))))
    132                     (lm-greater
    133                      ;; Since (lt p) > (lt q), we need to insert (lt q) into p
    134                      (setf p (cons (car p) r)
    135                            p (cdr p)))
    136                     (t (setf r (cons (car q) r)
    137                              q (cdr q)))))
     132              (lm-greater
     133               ;; Since (lt p) > (lt q), we need to insert (lt q) into p
     134               (setf p (cons (car p) r)
     135                     p (cdr p)))
     136              (t (setf r (cons (car q) r)
     137                       q (cdr q)))))
    138138                nil))
    139139             r)))))
Note: See TracChangeset for help on using the changeset viewer.