From 0777657516a9c3178001752b78d4b6d34dd6dbd1 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 18 Dec 2016 14:24:30 -0800 Subject: parser: remove multi-line comment example --- modelica-parser-lalrpop/examples/modelica_models/bar.mo | 3 +-- 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3