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 3326


Ignore:
Timestamp:
2015-06-23T10:22:36-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3325 r3326  
    8787         ((/= dimension (length exponents))
    8888          (error "EXPONENTS (~A) must have supplied length DIMENSION (~A)"
    89                  exponents dimension))
    90          (t
    91           (warn "Ignoring initarg DIMENSION."))))
     89                 exponents dimension))))
    9290     (let ((dim (length exponents)))
    9391       (setf (slot-value self 'exponents) (make-array dim :initial-contents exponents))))
Note: See TracChangeset for help on using the changeset viewer.