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 723


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r722 r723  
    7171  'fixnum)
    7272
    73 (defstruct (monom)
     73(defstruct (monom
     74             (:constructor create-monom (dim &optional exponents)))
    7475  (dim 0 :type fixnum)
    75   (exponents #() :type (simple-vector *))
    76   ;; BOA constructor
    77   (:constructor make-monom (dim &optional exponents)))
     76  (exponents #() :type (simple-vector *)))
     77
     78 
    7879
    7980#|
Note: See TracChangeset for help on using the changeset viewer.