diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-12-18 14:24:30 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-12-18 14:24:30 -0800 |
commit | 0777657516a9c3178001752b78d4b6d34dd6dbd1 (patch) | |
tree | d29cedbb661cc92d30e6526f780f958210be43fe /modelica-parser-lalrpop | |
parent | ffdb211f72b630b619219d225d6d1dd391c455da (diff) | |
download | modelthing-0777657516a9c3178001752b78d4b6d34dd6dbd1.tar.gz modelthing-0777657516a9c3178001752b78d4b6d34dd6dbd1.zip |
parser: remove multi-line comment example
Diffstat (limited to 'modelica-parser-lalrpop')
-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; |