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 3198


Ignore:
Timestamp:
2015-06-22T18:40:17-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3197 r3198  
    4646
    4747(defmethod print-object ((self term) stream)
    48   (with-accessors ((dimension monom-dimension)
    49                    (exponents monom-exponents)
    50                    (coeff scalar-coeff))
    51       (print-unreadable-object (self stream :type t :identity t)
     48  (print-unreadable-object (self stream :type t :identity t)
     49    (with-accessors ((dimension monom-dimension)
     50                     (exponents monom-exponents)
     51                     (coeff scalar-coeff))
    5252        (format stream "DIMENSION=~A EXPONENTS=~A COEFF=~A"
    5353                dimension
Note: See TracChangeset for help on using the changeset viewer.