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 3169


Ignore:
Timestamp:
2015-06-22T13:30:18-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3168 r3169  
    4646
    4747(defmethod print-object ((self term) stream)
    48   (with-slots (dimension exponents coeff)
     48  (with-accessors ((dimension monom-dimension)
     49                   (exponents monom-exponents)
     50                   (coeff scalar-coeff))
    4951      self
    5052    (format stream "#<TERM DIMENSION=~A EXPONENTS=~A COEFF=~A>"
Note: See TracChangeset for help on using the changeset viewer.