Skip to content

Commit

Permalink
Merge pull request #14 from bcube-project/fix_export_solve
Browse files Browse the repository at this point in the history
Remove solve export for compat with DifferentialEquations
  • Loading branch information
ghislainb authored Nov 26, 2023
2 parents 290fe0f + f681c38 commit e5f673c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bcube.jl
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export assemble_dirichlet_vector,
apply_homogeneous_dirichlet_to_vector!

include("./assembler/affine_fe_system.jl")
export AffineFESystem, solve, solve!
export AffineFESystem

include("./algebra/gradient.jl")
export
Expand Down

0 comments on commit e5f673c

Please sign in to comment.