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 2281


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2280 r2281  
    6767
    6868(defmethod initialize-instance :before ((self monom)
    69                                         &rest args &keys &allow-other-keys)
     69                                        &rest
     70                                          args
     71                                        &key
     72                                          &allow-other-keys)
    7073  (format t "INITIALIZE-INSTANCE called with:~&ARGS: ~W.~%" args))
    7174
Note: See TracChangeset for help on using the changeset viewer.