src/AlgTools.jl

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

mercurial