Skip to content

Commit fb6e970

Browse files
add further space to Modelica.Blocks.Sources.mo
1 parent 5118516 commit fb6e970

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
@@ -1652,7 +1652,7 @@ parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
16521652
protected
16531653
final parameter Real p_offset[nout] = (if size(offset, 1) == 1 then ones(nout)*offset[1] else offset)
16541654
"Offsets of output signals";
1655-
parameter Modelica.Blocks.Types.ExternalCombiTimeTable tableID=
1655+
parameter Modelica.Blocks.Types.ExternalCombiTimeTable tableID =
16561656
Modelica.Blocks.Types.ExternalCombiTimeTable(
16571657
if tableOnFile then if isCsvExt then "Values" else tableName else "NoName",
16581658
if tableOnFile and fileName <> "NoName" and not Modelica.Utilities.Strings.isEmpty(fileName) then fileName else "NoName",

0 commit comments

Comments
 (0)