Skip to content

Commit 18ce2b6

Browse files
add more spaces in Modelica.Blocks.Sources.mo
1 parent dc7fb8a commit 18ce2b6

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
@@ -1627,7 +1627,7 @@ parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
16271627
parameter SI.Time timeScale(
16281628
min=Modelica.Constants.eps)=1 "Time scale of first table column"
16291629
annotation (Dialog(group="Table data interpretation"), Evaluate=true);
1630-
parameter Real offset[:]={0} "Offsets of output signals"
1630+
parameter Real offset[:] = {0} "Offsets of output signals"
16311631
annotation (Dialog(group="Table data interpretation"));
16321632
parameter SI.Time startTime=0
16331633
"Output = offset for time < startTime"

0 commit comments

Comments
 (0)