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 2253


Ignore:
Timestamp:
2015-06-18T13:27:12-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2252 r2253  
    6767
    6868(defmethod initialize-instance :before ((self monom)
    69                                        &rest args
    70                                        &key
    71                                          (dimension nil dimension-suppied-p)
    72                                          (exponents nil exponents-supplied-p)
    73                                          (exponent  nil exponent-supplied-p)
    74                                        &allow-other-keys
     69                                        ;;&rest args
     70                                        &key
     71                                          (dimension nil dimension-suppied-p)
     72                                          (exponents nil exponents-supplied-p)
     73                                          (exponent  nil exponent-supplied-p)
     74                                        &allow-other-keys
    7575                                         )
    7676  ;;(format t "INITIALIZE-INSTANCE called with:~&~TSELF:~W ~&~TARGS: ~W.~%" self args)
Note: See TracChangeset for help on using the changeset viewer.