Skip to content

Commit 3b296a4

Browse files
add further space to Modelica.Blocks.Sources.mo
1 parent 4dfa7aa commit 3b296a4

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
@@ -1632,7 +1632,7 @@ parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
16321632
parameter SI.Time startTime = 0
16331633
"Output = offset for time < startTime"
16341634
annotation (Dialog(group="Table data interpretation"));
1635-
parameter SI.Time shiftTime=startTime
1635+
parameter SI.Time shiftTime = startTime
16361636
"Shift time of first table column"
16371637
annotation (Dialog(group="Table data interpretation"));
16381638
parameter Modelica.Blocks.Types.TimeEvents timeEvents = Modelica.Blocks.Types.TimeEvents.Always

0 commit comments

Comments
 (0)