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 2362


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2361 r2362  
    6262(defmethod print-object ((self monom) stream)
    6363  (format stream "#<MONOM DIMENSION=~A EXPONENTS=~A>"
    64           (slot-value self 'dimension)
    65           (slot-value self 'exponents)))
     64          (r-dimension self)
     65          (r-exponent self)))
    6666
    6767#|
Note: See TracChangeset for help on using the changeset viewer.