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 2182


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2171 r2182  
    7777                                  ;; when exponents are supplied
    7878                                  (initial-exponents-supplied-p
     79                                   (when (and dimension-suppied-p (/= dimension (length initial-exponents)))
     80                                     (error "INITIAL-EXPONENTS must have length DIMENSION"))
    7981                                   (make-array (list dim) :initial-contents initial-exponents
    8082                                               :element-type 'exponent))
Note: See TracChangeset for help on using the changeset viewer.