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 2378


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2377 r2378  
    5555                                &allow-other-keys)
    5656  (format t "TERM::SHARED-INITIALIZE called with:~&SLOT-NAMES: ~W~&INITARGS: ~W.~%" slot-names initargs)
    57   (setf (slot-value self 'coeff coeff))
     57  (dolist (slot-name slot-names)
     58    (case slot-name
     59      (coeff
     60       (setf (slot-value self 'coeff) coeff))))
    5861  (call-next-method)
    5962  )
Note: See TracChangeset for help on using the changeset viewer.