Skip to content

Commit eac62d8

Browse files
add further space to Modelica.Blocks.Sources.mo
1 parent 9658af4 commit eac62d8

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
@@ -1625,7 +1625,7 @@ parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
16251625
"Extrapolation of data outside the definition range"
16261626
annotation (Dialog(group="Table data interpretation"));
16271627
parameter SI.Time timeScale(
1628-
min=Modelica.Constants.eps) = 1 "Time scale of first table column"
1628+
min = Modelica.Constants.eps) = 1 "Time scale of first table column"
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"));

0 commit comments

Comments
 (0)