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 3197


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3195 r3197  
    4646
    4747(defmethod print-object ((self term) stream)
    48   #+nil
    4948  (with-accessors ((dimension monom-dimension)
    5049                   (exponents monom-exponents)
    5150                   (coeff scalar-coeff))
    52       self
    53     (format stream "#<TERM DIMENSION=~A EXPONENTS=~A COEFF=~A>"
    54             dimension
    55             exponents
    56             coeff))
    57   (print-unreadable-object (self stream :type t :identity t)))
     51      (print-unreadable-object (self stream :type t :identity t)
     52        (format stream "DIMENSION=~A EXPONENTS=~A COEFF=~A"
     53                dimension
     54                exponents
     55                coeff))))
    5856   
    5957
Note: See TracChangeset for help on using the changeset viewer.