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 2386


Ignore:
Timestamp:
2015-06-18T21:49:49-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2385 r2386  
    3838          (r-coeff self)))
    3939
     40#|
    4041;; Use to debug calls to  shared-initialize
    4142(defmethod shared-initialize ((self term) slot-names
     
    4748  (call-next-method)
    4849  )
     50|#
    4951
    5052(defmethod shared-initialize ((self term) slot-names
     
    6062      (coeff
    6163       (setf (slot-value self 'coeff) coeff))))
    62   (call-next-method)
     64  ;;(call-next-method)
    6365  )
    6466
Note: See TracChangeset for help on using the changeset viewer.