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 3212


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3211 r3212  
    4848  (print-unreadable-object (self stream :type t :identity t)
    4949    (format stream "DIMENSION=~A EXPONENTS=~A COEFF=~A"
    50             (slot-value self 'dimension)
    51             (slot-value self 'exponents)
    52             (slot-value self 'coeff))))
    53 
    54 
     50            (monom-dimension self)
     51            (monom-exponents self)
     52            (scalar-coeff self))))
    5553
    5654
Note: See TracChangeset for help on using the changeset viewer.