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 2405


Ignore:
Timestamp:
2015-06-18T22:33:20-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2398 r2405  
    8585         (exponents
    8686          (let ((dim (length exponents)))
     87            (when (and dimension (/= dimension dim))
     88              (error "EXPONENTS must have length DIMENSION"))
    8789            (setf (slot-value self 'dimension) dim
    8890                  (slot-value self 'exponents) (make-array dim :initial-contents exponents))))
Note: See TracChangeset for help on using the changeset viewer.