Skip to content

Commit 55f710b

Browse files
add further space to Modelica.Blocks.Sources.mo
1 parent b58cc05 commit 55f710b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modelica/Blocks/Sources.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1638,7 +1638,7 @@ parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
16381638
parameter Modelica.Blocks.Types.TimeEvents timeEvents = Modelica.Blocks.Types.TimeEvents.Always
16391639
"Time event handling of table interpolation"
16401640
annotation (Dialog(group="Table data interpretation", enable=smoothness == Modelica.Blocks.Types.Smoothness.LinearSegments));
1641-
parameter Boolean verboseExtrapolation=false
1641+
parameter Boolean verboseExtrapolation = false
16421642
"= true, if warning messages are to be printed if time is outside the table definition range"
16431643
annotation (Dialog(group="Table data interpretation", enable=extrapolation == Modelica.Blocks.Types.Extrapolation.LastTwoPoints or extrapolation == Modelica.Blocks.Types.Extrapolation.HoldLastPoint));
16441644
final parameter SI.Time t_min=t_minScaled*timeScale

0 commit comments

Comments
 (0)