diff -r d881275c6564 -r 6dfa8001eed2 src/AlgTools.jl --- 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