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 3294


Ignore:
Timestamp:
2015-06-23T08:57:54-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3293 r3294  
    9999  (when (and exponent-supplied-p (slot-accessible-p 'exponents))
    100100    (unless (slot-boundp self 'dimension)
    101     (error "Slot DIMENSION is unbound."))
     101    (error "Slot DIMENSION is unbound, but must be known if EXPONENT is supplied."))
    102102    (let ((dim (slot-value self 'dimension)))
    103103      (setf (slot-value self 'exponents)
Note: See TracChangeset for help on using the changeset viewer.