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 3316


Ignore:
Timestamp:
2015-06-23T09:59:09-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3306 r3316  
    4646(defmethod print-object ((self term) stream)
    4747  (print-unreadable-object (self stream :type t :identity t)
    48     (with-accessors ((dimension monom-dimension)
    49                      (exponents monom-exponents)
     48    (with-accessors ((exponents monom-exponents)
    5049                     (coeff scalar-coeff))
    5150        self
    52       (format stream "DIMENSION=~A EXPONENTS=~A COEFF=~A"
     51      (format stream "EXPONENTS=~A COEFF=~A"
    5352              dimension exponents coeff))))
    5453
Note: See TracChangeset for help on using the changeset viewer.