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 2262


Ignore:
Timestamp:
2015-06-18T13:52:12-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2261 r2262  
    9191                           ;; otherwise, all exponents are zero
    9292                           (t
    93                             (make-array (list new-dimension) :element-type 'exponent :initial-element 0)))))))
     93                            (make-array (list new-dimension) :element-type 'exponent :initial-element 0)))))
     94    (call-next-method :dimension new-dimension :exponents new-exponents)))
    9495
    9596
Note: See TracChangeset for help on using the changeset viewer.