Skip to content

Commit

Permalink
exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Forets committed Jan 13, 2024
1 parent e5dfc0f commit c056ddf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Discretization/BackwardModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ module BackwardModule
using ..DiscretizationModule
using ..Exponentiation: _alias

export Backward

"""
Backward{EM, SO, SI, IT, BT} <: AbstractApproximationModel
Expand Down
2 changes: 2 additions & 0 deletions src/Discretization/discretization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Conservative time discretization methods
# =========================================

using Reexport
include("DiscretizationModule.jl")

# Approximation model in discrete time, i.e. without bloating
Expand All @@ -14,6 +15,7 @@ include("Forward.jl")

# Backward approximation
include("BackwardModule.jl")
@reexport using ..BackwardModule

# Intersect one step forward in time with one step backward
include("StepIntersect.jl")
Expand Down
1 change: 0 additions & 1 deletion src/Initialization/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export
CorrectionHull,
FirstOrder,
ForwardBackward,
#Backward,
Forward,
NoBloating,
StepIntersect,
Expand Down

0 comments on commit c056ddf

Please sign in to comment.