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 2277


Ignore:
Timestamp:
2015-06-18T14:15:48-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2274 r2277  
    9292                            (make-array (list new-dimension) :element-type 'exponent :initial-element 0)))))
    9393    (setf (slot-value self 'dimension) new-dimension
    94           (slot-value self 'exponents) new-exponents)))
     94          (slot-value self 'exponents) new-exponents)
     95    (call-next-method)))
    9596
    9697
Note: See TracChangeset for help on using the changeset viewer.