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 3797


Ignore:
Timestamp:
2016-05-27T22:02:53-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3796 r3797  
    135135  (reinitialize-instance new
    136136                         :dimension (monom-dimension old)
    137                          :termlist (list (change-class old 'term :coeff 1))))
     137                         :termlist (list (change-class old 'term))))
    138138 
    139139(defmethod universal-equalp ((self poly) (other poly))
Note: See TracChangeset for help on using the changeset viewer.