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 2229


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2228 r2229  
    7171(defmethod make-instance ((self monom)
    7272                          &rest args
    73                           &key
    74                             (dimension nil dimension-suppied-p)
    75                             (exponents nil exponents-supplied-p)
    76                             (exponent  nil exponent-supplied-p)
    77                           &allow-other-keys
    78                             )
     73                          &key &allow-other-keys)
    7974  "A constructor (factory) of monomials. If DIMENSION is given, a
    8075sequence of DIMENSION elements of type EXPONENT is constructed, where
Note: See TracChangeset for help on using the changeset viewer.