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 3165


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3164 r3165  
    4848  (with-slots (dimension exponents coeff)
    4949      self
    50     #+nil
    5150    (format stream "#<TERM DIMENSION=~A EXPONENTS=~A COEFF=~A>"
    5251            dimension
    5352            exponents
    54             ;;coeff
    55             #\?))
    56   (format stream "#<TERM>")
     53            coeff))
    5754  self)
    5855   
Note: See TracChangeset for help on using the changeset viewer.