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 2227


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2226 r2227  
    6969         
    7070
    71 (defmethod make-instance :around ((self monom)
    72                                   &key
    73                                     (dimension nil dimension-suppied-p)
    74                                     (exponents nil exponents-supplied-p)
    75                                     (exponent  nil exponent-supplied-p))
     71(defmethod make-instance ((self monom)
     72                          &key
     73                            (dimension nil dimension-suppied-p)
     74                            (exponents nil exponents-supplied-p)
     75                            (exponent  nil exponent-supplied-p))
    7676  "A constructor (factory) of monomials. If DIMENSION is given, a
    7777sequence of DIMENSION elements of type EXPONENT is constructed, where
Note: See TracChangeset for help on using the changeset viewer.