Skip to content

Commit

Permalink
- updated the text annotations for the generate FMU blocks.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16151 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed May 29, 2013
1 parent c10048c commit 5bc3eac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Compiler/Template/CodegenFMU.tpl
Expand Up @@ -1344,11 +1344,11 @@ case FMIIMPORT(fmiInfo=INFO(__),fmiExperimentAnnotation=EXPERIMENTANNOTATION(__)
fillPattern=FillPattern.Solid,
lineThickness=0.5),
Text(
extent={{-100,20},{100,-20}},
extent={{-100,40},{100,0}},
lineColor={0,0,0},
textString="%name"),
Text(
extent={{-100,80},{100,-80}},
extent={{-100,-50},{100,-90}},
lineColor={0,0,0},
textString="V1.0")}));
protected
Expand Down Expand Up @@ -1577,11 +1577,11 @@ case FMIIMPORT(fmiInfo=INFO(__),fmiExperimentAnnotation=EXPERIMENTANNOTATION(__)
fillPattern=FillPattern.Solid,
lineThickness=0.5),
Text(
extent={{-100,20},{100,-20}},
extent={{-100,40},{100,0}},
lineColor={0,0,0},
textString="%name"),
Text(
extent={{-100,80},{100,-80}},
extent={{-100,-50},{100,-90}},
lineColor={0,0,0},
textString="V2.0")}));
protected
Expand Down Expand Up @@ -1775,11 +1775,11 @@ case FMIIMPORT(fmiInfo=INFO(__),fmiExperimentAnnotation=EXPERIMENTANNOTATION(__)
fillPattern=FillPattern.Solid,
lineThickness=0.5),
Text(
extent={{-100,20},{100,-20}},
extent={{-100,40},{100,0}},
lineColor={0,0,0},
textString="%name"),
Text(
extent={{-100,80},{100,-80}},
extent={{-100,-50},{100,-90}},
lineColor={0,0,0},
textString="V1.0")}));
protected
Expand Down

0 comments on commit 5bc3eac

Please sign in to comment.