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 2342


Ignore:
Timestamp:
2015-06-18T20:15:44-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2341 r2342  
    5252                                initargs
    5353                              &key
     54                                coeff
    5455                                &allow-other-keys)
    5556  (format t "TERM::SHARED-INITIALIZE called with:~&SLOT-NAMES: ~W~&INITARGS: ~W.~%" slot-names initargs)
    56   (call-next-method))
     57  (setf (slot-value self 'coeff) coeff))
     58
    5759
    5860#|
Note: See TracChangeset for help on using the changeset viewer.