Opened 14 years ago
Last modified 14 years ago
#1375 closed defect (invalid)
Typo in MSL example PointMassGravity
Reported by: | PDM | Owned by: | PDM |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Version: | 1.6.0 | |
Keywords: | Cc: | PDM, |
Description
The PointMassGravity example in MSL (3.1 and 3.2) refers to "Constants.g". The Constants package defines "G" and "g_n", but not "g".
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Added a bug on the Modelica Association tracker for this as then it should be corrected in Modelica Spec 3.3: https://trac.modelica.org/Modelica/ticket/469
Note:
See TracTickets
for help on using tickets.
Which of the examples is this?
grep -R PointMassGravity libraries/
returns no result. Andgrep -Rn Constants.g libraries/ | grep -v g_n | grep -v svn
returns no result either.