Skip to content

Commit 605a4b0

Browse files
Add Spaces in Sources.mo
1 parent 934f800 commit 605a4b0

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
@@ -1589,7 +1589,7 @@ parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
15891589
"Table look-up with respect to time and various interpolation and extrapolation methods (data from matrix/file)"
15901590
import Modelica.Blocks.Tables.Internal;
15911591
extends Modelica.Blocks.Interfaces.MO(final nout=max([size(columns, 1); size(offset, 1)]));
1592-
parameter Boolean tableOnFile=false
1592+
parameter Boolean tableOnFile = false
15931593
"= true, if table is defined on file or in function usertab"
15941594
annotation (Dialog(group="Table data definition"));
15951595
parameter Real table[:, :] = fill(0.0, 0, 2)

0 commit comments

Comments
 (0)