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 3887


Ignore:
Timestamp:
2016-05-28T22:17:23-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3886 r3887  
    232232                    `((mapc #'(lambda (x) (setf x (funcall ,uminus-fn x))) q)))
    233233            (setf r (nreconc r q)))
    234           (print r))
     234          (unless (endp p)
     235            (setf r (nreconc r p)))
     236          r)
    235237       (multiple-value-bind
    236238             (greater-p equal-p)
     
    256258            ,(when uminus-fn
    257259                   `(setf (lc q) (funcall ,uminus-fn (lc q))))
    258             (rotatef (cdr q) r q)))))))
     260            (rotatef (cdr q) r q))))
     261       ;;(format t "P:~A~%" p)
     262       ;;(format t "Q:~A~%" q)
     263       ;;(format t "R:~A~%" r)
     264       )))
     265
    259266
    260267
Note: See TracChangeset for help on using the changeset viewer.