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 3209


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r3208 r3209  
    8686
    8787(defmethod print-object ((self scalar) stream)
    88   (print-unreadable-object (self stream :type t :identity t)
    89     (format stream "COEFF=~A"
    90             (slot-value self 'coeff))))
     88  (format stream "COEFF=~A"
     89          (slot-value self 'coeff)))
    9190
    9291(defgeneric unit-element (class))
Note: See TracChangeset for help on using the changeset viewer.