Skip to content

Commit a558a3f

Browse files
committed
Update SMIBPartial.mo
Removing a "*" from the string of the diagram Text object.
1 parent 7fc73ab commit a558a3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • OpenIPSL/Examples/Tutorial/Example_4/BaseModels/BaseNetwork

OpenIPSL/Examples/Tutorial/Example_4/BaseModels/BaseNetwork/SMIBPartial.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ equation
9696
lineThickness=1,
9797
fontSize=15,
9898
textStyle={TextStyle.Bold},
99-
textString="Single-machine infinite bus model*")}));
99+
textString="Single-machine infinite bus model")}));
100100
end SMIBPartial;

0 commit comments

Comments
 (0)