Skip to content

Commit cb30edd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modelica/Blocks/Sources.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
16411641
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));
1644-
final parameter SI.Time t_min=t_minScaled*timeScale
1644+
final parameter SI.Time t_min = t_minScaled*timeScale
16451645
"Minimum abscissa value defined in table";
16461646
final parameter SI.Time t_max=t_maxScaled*timeScale
16471647
"Maximum abscissa value defined in table";

0 commit comments

Comments
 (0)