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 2395


Ignore:
Timestamp:
2015-06-18T22:09:52-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2394 r2395  
    4040(defmethod shared-initialize ((self term) slot-names
    4141                              &rest
    42                                 ;;initargs
     42                                initargs
    4343                              &key
    4444                                coeff
    4545                                &allow-other-keys)
     46  (declare (ignore initargs))
    4647  (if (eq slot-names t) (setf slot-names '(coeff)))
    4748  (dolist (slot-name slot-names)
Note: See TracChangeset for help on using the changeset viewer.