Skip to content

Commit 8d42185

Browse files
spaces, spaces, spaces in Modelica\Blocks\Sources.mo
1 parent 8e3af21 commit 8d42185

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
@@ -1614,7 +1614,7 @@ parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
16141614
parameter Boolean verboseRead = true
16151615
"= true, if info message that file is loading is to be printed"
16161616
annotation (Dialog(group="Table data definition",enable=tableOnFile));
1617-
parameter Integer columns[:]=2:size(table, 2)
1617+
parameter Integer columns[:] = 2:size(table, 2)
16181618
"Columns of table to be interpolated"
16191619
annotation (Dialog(group="Table data interpretation",
16201620
groupImage="modelica://Modelica/Resources/Images/Blocks/Sources/CombiTimeTable.png"));

0 commit comments

Comments
 (0)