Skip to content

Commit

Permalink
add AD modules
Browse files Browse the repository at this point in the history
  • Loading branch information
omlins committed Jul 7, 2023
1 parent 035c528 commit 55a9137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ParallelKernel/ParallelKernel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ To see a description of a macro or module type `?<macroname>` (including the `@`
module ParallelKernel

## Alphabetical include of submodules.
include("AD.jl");
include("Data.jl");
include("Exceptions.jl");
using .Exceptions
Expand Down

0 comments on commit 55a9137

Please sign in to comment.