Skip to content

Commit fb671d8

Browse files
v0.14-DEV: Remove derivative and unitdirection from exports (#88)
* Remove utilities from exports * Add back jacobian to exports --------- Co-authored-by: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com>
1 parent d27fa22 commit fb671d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MeshIntegrals.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import HCubature
99
import QuadGK
1010

1111
include("utils.jl")
12-
export jacobian, derivative, unitdirection
12+
export jacobian
1313

1414
include("integration_rules.jl")
1515
export IntegrationRule, GaussKronrod, GaussLegendre, HAdaptiveCubature

0 commit comments

Comments
 (0)