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 3304


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3303 r3304  
    9494      (when (and (slot-boundp self 'dimension)
    9595                 (/= (slot-value self 'dimension) dim))
    96         (error "EXPONENTS must have length DIMENSION"))
     96        (warn "Changing slot DIMENSION ~A to match the length of EXPONENTS ~A"
     97              (slot-value self 'dimension) (length exponents)))
    9798      (setf (slot-value self 'dimension) dim
    9899            (slot-value self 'exponents) (make-array dim :initial-contents exponents))
Note: See TracChangeset for help on using the changeset viewer.