Skip to content

Commit beb2cd2

Browse files
add further space to Modelica.Blocks.Sources.mo
1 parent d2dd5a3 commit beb2cd2

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
@@ -1643,7 +1643,7 @@ parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
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
16451645
"Minimum abscissa value defined in table";
1646-
final parameter SI.Time t_max=t_maxScaled*timeScale
1646+
final parameter SI.Time t_max = t_maxScaled*timeScale
16471647
"Maximum abscissa value defined in table";
16481648
final parameter Real t_minScaled = Internal.getTimeTableTmin(tableID)
16491649
"Minimum (scaled) abscissa value defined in table";

0 commit comments

Comments
 (0)