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 2028


Ignore:
Timestamp:
2015-06-17T15:47:55-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2027 r2028  
    7979  (:default-initargs :dim 0 :exponents nil))
    8080
    81 (defmethod print-object ((m monomial) stream)
     81(defmethod print-object ((m monom) stream)
    8282  (princ (slot-value m 'exponents)))
    8383
     
    9191                     (dim (cond (dimension-suppied-p dimension)
    9292                                (initial-exponents-supplied-p (length initial-exponents))
    93                                 (t (error "You must provide DIMENSION nor INITIAL-EXPONENTS"))))
     93                                (t (error "You must provide DIMENSION or INITIAL-EXPONENTS"))))
    9494                     (exponents (cond
    9595                                  ;; when exponents are supplied
Note: See TracChangeset for help on using the changeset viewer.