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 2743


Ignore:
Timestamp:
2015-06-20T18:56:02-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2742 r2743  
    137137            )
    138138           (t
    139             ;;Negate the term of Q if UMINUS provided
     139            ;;Negate the term of Q if UMINUS provided, signallig
     140            ;;that we are doing subtraction
    140141            ,@(when uminus-fun-supplied-p
    141142                    `((setf (lc q) (funcall ,uminus-fun (lc q)))))
    142             (rotatef (cdr q) r q))))))))
     143            (rotatef (cdr q) r q)))))))
    143144
    144145
Note: See TracChangeset for help on using the changeset viewer.