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 3312


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3311 r3312  
    5252
    5353(defclass monom ()
    54   ((dimension :initarg :dimension :accessor monom-dimension
    55               :documentation "The number of variables.")
    56    (exponents :initarg :exponents :accessor monom-exponents
     54  ((exponents :initarg :exponents :accessor monom-exponents
    5755              :documentation "The powers of the variables."))
    5856  ;; default-initargs are not needed, they are handled by SHARED-INITIALIZE
Note: See TracChangeset for help on using the changeset viewer.