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 2536


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2535 r2536  
    129129              (lm-equal
    130130               ;; Simply add coefficients
    131                (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)))))
    138                 nil))
    139              r)))))
     131               (setf (lc p) (add-to (lc p) (lc q))))))))))
    140132  self)
    141133
Note: See TracChangeset for help on using the changeset viewer.