Skip to content
Snippets Groups Projects
Commit 85521831 authored by Brian Groenke's avatar Brian Groenke
Browse files

Do not re-export entire Numerics module

parent f553260f
No related branches found
No related tags found
1 merge request!74Fix unnecessary type bounds breaking autodiff
......@@ -26,9 +26,10 @@ include("IO/InputOutput.jl")
include("Diagnostics/Diagnostics.jl")
include("Drivers/Drivers.jl")
using .Numerics
using .Utils
# Re-exported submodules
@reexport using .Numerics
@reexport using .Numerics: Grid, cells, edges, subgridinds, Δ, volume, area
@reexport using .Utils: convert_t, convert_tspan, @sym_str
@reexport using .Physics
@reexport using .Strat
......
......@@ -38,7 +38,7 @@ struct UnitVolume <: Geometry end
export , Tabulated
include("math.jl")
export Grid, cells, edges, indexmap, subgridinds, Δ, volume, area
export Grid, cells, edges, subgridinds, Δ, volume, area
include("grid.jl")
export Profile, profile2array, array2profile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment