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 2203


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r2202 r2203  
    6464  (princ (slot-value m 'exponents) stream))
    6565
    66 (defmethod make-instance ((self monom)
    67                           (dimension nil dimension-suppied-p)
    68                           (initial-exponents nil initial-exponents-supplied-p)
    69                           (initial-exponent  nil initial-exponent-supplied-p))
     66(defmethod make-instance :before ((self monom)
     67                                  (dimension nil dimension-suppied-p)
     68                                  (initial-exponents nil initial-exponents-supplied-p)
     69                                  (initial-exponent  nil initial-exponent-supplied-p))
    7070  "A constructor (factory) of monomials. If DIMENSION is given, a
    7171sequence of DIMENSION elements of type EXPONENT is constructed, where
Note: See TracChangeset for help on using the changeset viewer.