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 2757


Ignore:
Timestamp:
2015-06-20T19:18:50-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2756 r2757  
    131131            )
    132132           (equal-p
    133             (let ((s (funcall ,add/subtract-fun (lc p) (lc q))))
     133            (let ((s (funcall ,add/subtract-method-name (lc p) (lc q))))
    134134              (cond
    135135                ((r-zerop s)
     
    144144            ;;Negate the term of Q if UMINUS provided, signallig
    145145            ;;that we are doing subtraction
    146             ,@(when uminus-fun-supplied-p
    147                     `((setf (lc q) (funcall ,uminus-fun (lc q)))))
     146            ,@(when uminus-method-name-supplied-p
     147                    `((setf (lc q) (funcall #',uminus-method-name (lc q)))))
    148148            (rotatef (cdr q) r q)))))))
    149149
Note: See TracChangeset for help on using the changeset viewer.