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 2259


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

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