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 2908


Ignore:
Timestamp:
2015-06-21T12:36:36-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2907 r2908  
    147147            ;;Negate the term of Q if UMINUS provided, signallig
    148148            ;;that we are doing subtraction
    149             ,@(when uminus-fn
    150                     `((setf (lc q) (funcall ,uminus-fn (lc q)))))
     149            ,(when uminus-fn
     150                   `(setf (lc q) (funcall ,uminus-fn (lc q))))
    151151            (rotatef (cdr q) r q)))))))
    152152
Note: See TracChangeset for help on using the changeset viewer.