Skip to content

Commit 4dfa7aa

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

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
@@ -1629,7 +1629,7 @@ parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
16291629
annotation (Dialog(group="Table data interpretation"), Evaluate=true);
16301630
parameter Real offset[:]={0} "Offsets of output signals"
16311631
annotation (Dialog(group="Table data interpretation"));
1632-
parameter SI.Time startTime=0
1632+
parameter SI.Time startTime = 0
16331633
"Output = offset for time < startTime"
16341634
annotation (Dialog(group="Table data interpretation"));
16351635
parameter SI.Time shiftTime=startTime

0 commit comments

Comments
 (0)