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 850


Ignore:
Timestamp:
2015-06-09T08:50:23-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r849 r850  
    9292                                                                 :element-type 'exponent))
    9393                                                    ;; otherwise, all exponents are zero
    94                                                     (t (make-array (list dim) :element-type 'exponent :initial-element 0))))))
     94                                                    (t
     95                                                     (make-array (list dim) :element-type 'exponent :initial-element 0))))))
    9596             )
    9697  (exponents nil :type (vector exponent *)))
Note: See TracChangeset for help on using the changeset viewer.