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 2481


Ignore:
Timestamp:
2015-06-19T11:02:09-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2477 r2481  
    9191or NIL when the product is 0. This definition takes care of divisors of 0
    9292in the coefficient ring."
    93   (let ((result (change-class (call-next-method) 'term)))
    94     (setf (r-coeff self) (multiply-by (r-coeff self) (r-coeff other)))
    95     result))
     93  (setf (r-coeff self) (multiply-by (r-coeff self) (r-coeff other)))
     94  self)
    9695
    9796#|
Note: See TracChangeset for help on using the changeset viewer.