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 717


Ignore:
Timestamp:
2015-06-08T18:55:06-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r716 r717  
    7575  (exponents
    7676   :type (simple-array exponent (*))
    77    :initform `(make-array dim
    78                           :element-type 'exponent
    79                           ,@(when initial-contents-supplied-p `(:initial-contents ,initial-contents))
    80                           ,@(when initial-element-supplied-p `(:initial-element ,initial-element)))))
     77   :initform `(make-array dim :element-type 'exponent)))
     78
     79;;                        ,@(when initial-contents-supplied-p `(:initial-contents ,initial-contents))
     80;;                        ,@(when initial-element-supplied-p `(:initial-element ,initial-element)))))
     81
     82
     83#|
    8184
    8285;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
     
    178181  (declare (type monom m))
    179182  (coerce m 'list))
     183|#
Note: See TracChangeset for help on using the changeset viewer.