Skip to content

Commit 3b106cd

Browse files
committed
Prefixed AbstractParticles with MonteCarloMeasurements
1 parent 69d7d1c commit 3b106cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modia3D.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const modelsPath = joinpath(ModiaLang.path, "models")
5050

5151

5252
# VarFloatType defines the supported float types for system parameters and variables
53-
const VarFloatType = Union{AbstractFloat, AbstractParticles}
53+
const VarFloatType = Union{AbstractFloat, MonteCarloMeasurements.AbstractParticles}
5454

5555
# MPRFloatType defines the float type of MPR calculations
5656
const MPRFloatType = Double64

0 commit comments

Comments
 (0)