Changeset: e93deeb274c1 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e93deeb274c1 Modified Files: monetdb5/modules/mal/array.mx Branch: sciql Log Message:
array.mx clean-up: remove useless Mx directives diffs (19 lines): diff --git a/monetdb5/modules/mal/array.mx b/monetdb5/modules/mal/array.mx --- a/monetdb5/modules/mal/array.mx +++ b/monetdb5/modules/mal/array.mx @@ -176,7 +176,6 @@ address ARRAYembed comment "Take two shapes N and M and derive a mapping between the elements based on the index values. It can be used to create an embedding of values from one array into another."; @- Implementation -@include ../mal/prelude.mx @h /*============================================================================*/ @@ -306,7 +305,6 @@ ARRAYseries_@1(int *ret, @1 *start, @1 * @:dim_wrapper_impl(flt,%f)@ @:dim_wrapper_impl(dbl,%f)@ -@- @= arraymultiply array_export str ARRAYmultiply_@1_@2(int *ret, int *bid, int *rid); str _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
