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 2361


Ignore:
Timestamp:
2015-06-18T21:12:48-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2357 r2361  
    5656
    5757(defclass monom ()
    58   ((dimension          :initarg :dimension :accessor monom-dimension)
    59    (exponents :initarg :exponents :accessor monom-exponents))
     58  ((dimension          :initarg :dimension :accessor r-dimension)
     59   (exponents :initarg :exponents :accessor r-exponents))
    6060  (:default-initargs :dimension nil :exponents nil :exponent nil))
    6161
Note: See TracChangeset for help on using the changeset viewer.