We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d7d1c commit 3b106cdCopy full SHA for 3b106cd
src/Modia3D.jl
@@ -50,7 +50,7 @@ const modelsPath = joinpath(ModiaLang.path, "models")
50
51
52
# VarFloatType defines the supported float types for system parameters and variables
53
-const VarFloatType = Union{AbstractFloat, AbstractParticles}
+const VarFloatType = Union{AbstractFloat, MonteCarloMeasurements.AbstractParticles}
54
55
# MPRFloatType defines the float type of MPR calculations
56
const MPRFloatType = Double64
0 commit comments