Skip to content

Commit 6febce0

Browse files
committedJan 14, 2025
mass interface
1 parent c2dd263 commit 6febce0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎src/MeasureBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ include("parameterized.jl")
124124
include("domains.jl")
125125
include("primitive.jl")
126126
include("utils.jl")
127-
# include("mass-interface.jl")
127+
include("mass-interface.jl")
128128

129129
include("primitives/counting.jl")
130130
include("primitives/lebesgue.jl")

‎src/mass-interface.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
import LinearAlgebra: normalize
23

34
import Base

0 commit comments

Comments
 (0)