diff options
-rw-r--r-- | modelica-parser-lalrpop/examples/modelica_models/bar.mo | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modelica-parser-lalrpop/examples/modelica_models/bar.mo b/modelica-parser-lalrpop/examples/modelica_models/bar.mo index 288f3b4..7c9869f 100644 --- a/modelica-parser-lalrpop/examples/modelica_models/bar.mo +++ b/modelica-parser-lalrpop/examples/modelica_models/bar.mo @@ -2,8 +2,7 @@ model Bar "Massless bar with two mechanical cuts." MbsCut a b; parameter Position3 r[3] = [0, 0, 0] - "Position vector from the origin of cut-frame A" - " to the origin of cut-frame B"; + "Position vector from the origin of cut-frame A to the origin of cut-frame B"; equation // Kinematic relationships of cut-frame A and B b.S = a.S; |