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 3501


Ignore:
Timestamp:
2015-09-05T11:05:23-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3500 r3501  
    104104  (reinitialize-instance new
    105105                         :dimension (monom-dimension old)
    106                          :termlist (list (change-class old 'term))))
     106                         :termlist (list (cons monom 1))))
    107107 
    108108(defmethod r-equalp ((self poly) (other poly))
Note: See TracChangeset for help on using the changeset viewer.