Skip to content

Commit

Permalink
v0.14-DEV: Remove derivative and unitdirection from exports (#88)
Browse files Browse the repository at this point in the history
* Remove utilities from exports

* Add back jacobian to exports

---------

Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com>
  • Loading branch information
mikeingold and JoshuaLampert authored Sep 25, 2024
1 parent d27fa22 commit fb671d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MeshIntegrals.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import HCubature
import QuadGK

include("utils.jl")
export jacobian, derivative, unitdirection
export jacobian

include("integration_rules.jl")
export IntegrationRule, GaussKronrod, GaussLegendre, HAdaptiveCubature
Expand Down

0 comments on commit fb671d8

Please sign in to comment.