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 2345


Ignore:
Timestamp:
2015-06-18T20:21:33-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2343 r2345  
    4444(defmethod print-object ((self term) stream)
    4545  (format stream "#<TERM DIMENSION=~A EXPONENTS=~A COEFF=~A>"
    46           (slot-value self 'dimension)
    47           (slot-value self 'exponents)
     46          (monom-dimension self)
     47          (monom-exponents self)
    4848          (slot-value self 'coeff)))
    4949
Note: See TracChangeset for help on using the changeset viewer.