Skip to content

Commit 8268e1d

Browse files
Merge pull request #151 from alhirzel/fix-Measurements-typo
fix Measurements{...} typo
2 parents 2948cdd + 40468f0 commit 8268e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModiaLang.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ end
895895
Instantiates a model, i.e. performs structural and symbolic transformations and generates a function for calculation of derivatives suitable for simulation.
896896
897897
* `model`: model (declarations and equations)
898-
* `FloatType`: Variable type for floating point numbers, for example: Float64, Measurements{Float64}, StaticParticles{Float64,100}, Particles{Float64,2000}
898+
* `FloatType`: Variable type for floating point numbers, for example: Float64, Measurement{Float64}, StaticParticles{Float64,100}, Particles{Float64,2000}
899899
* `aliasReduction`: Perform alias elimination and remove singularities
900900
* `unitless`: Remove units (useful while debugging models and needed for MonteCarloMeasurements)
901901
* `evaluateParameters`: Use evaluated parameters in the generated code.

0 commit comments

Comments
 (0)