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 3307


Ignore:
Timestamp:
2015-06-23T09:33:35-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3305 r3307  
    106106    (let ((dim (slot-value self 'dimension)))
    107107      (setf (slot-value self 'exponents)
    108             (make-array (list dim) :initial-element exponent
     108            (make-array (list dim) :initial-element (if exponent-supplied-p exponent 0)
    109109                        :element-type 'exponent)))))
    110110
Note: See TracChangeset for help on using the changeset viewer.