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 725


Ignore:
Timestamp:
2015-06-08T20:18:05-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r724 r725  
    7272
    7373(defstruct (monom
     74             ;; BOA constructor
    7475             (:constructor make-monom (&optional dim (exponents (make-array (list dim) :element-type 'exponent)))))
    7576  (dim 0 :type fixnum)
    76   (exponents #() :type (vector 'exponent *)))
     77  (exponents #() :type (vector exponent *)))
    7778
    7879 
Note: See TracChangeset for help on using the changeset viewer.