Skip to content

Commit dee992f

Browse files
committed
add ndslice.chunks
1 parent 8ed41f7 commit dee992f

File tree

4 files changed

+595
-1
lines changed

4 files changed

+595
-1
lines changed

doc/Makefile

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,20 @@ PACKAGE_mir_internal = utility
3434
PACKAGE_mir_interpolation = package linear pchip
3535
PACKAGE_mir_math = constant common sum numeric
3636
PACKAGE_mir_math_func = expdigamma
37-
PACKAGE_mir_ndslice = package algorithm allocation dynamic field ndfield mutation iterator package slice sorting concatenation topology
37+
PACKAGE_mir_ndslice = \
38+
algorithm\
39+
allocation\
40+
chunks\
41+
concatenation\
42+
dynamic\
43+
field\
44+
iterator\
45+
mutation\
46+
ndfield\
47+
package\
48+
slice\
49+
sorting\
50+
topology\
3851

3952
MOD_EXCLUDES=$(addprefix --ex=,)
4053

0 commit comments

Comments
 (0)