src/AlgTools.jl

changeset 36
6dfa8001eed2
parent 35
d881275c6564
child 37
f8be66557e0f
--- a/src/AlgTools.jl	Wed Dec 22 11:14:38 2021 +0200
+++ b/src/AlgTools.jl	Wed Dec 15 01:09:09 2021 +0200
@@ -9,7 +9,7 @@
 For further documentation, see the submodules
 `FunctionalProgramming`, `StructTools`, `LinkedLists`, `Logger`, `Iterate`,
 `VectorMath`, `Util`, `ThreadUtil`, `Comms`, `LinOps`, `DifferentiableFN`,
-`Metaprogramming`, and `Loops`.
+`Metaprogramming`, `Loops`, and `ZipArrays`.
 """
 module AlgTools
 
@@ -26,5 +26,6 @@
 include("DifferentiableFN.jl")
 include("Metaprogramming.jl")
 include("Loops.jl")
+include("ZipArrays.jl")
 
 end

mercurial