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 2383


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2382 r2383  
    7474|#
    7575
    76 (defmethod shared-initialize :after ((self monom) slot-names
    77                                      &key
    78                                        dimension
    79                                        exponents
    80                                        exponent
    81                                      &allow-other-keys
    82                                        )
     76(defmethod shared-initialize ((self monom) slot-names
     77                              &key
     78                                dimension
     79                                exponents
     80                                exponent
     81                              &allow-other-keys
     82                                )
    8383  (if (eq slot-names t) (setf slot-names '(dimension exponents)))
    8484  (dolist (slot-name slot-names)
Note: See TracChangeset for help on using the changeset viewer.