Skip to content

Commit 6ada360

Browse files
added spaces to Modelica\Blocks\Sources.mo
1 parent 584b531 commit 6ada360

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
@@ -1598,7 +1598,7 @@ parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
15981598
parameter String tableName = "NoName"
15991599
"Table name on file or in function usertab (see docu)"
16001600
annotation (Dialog(group="Table data definition",enable=tableOnFile));
1601-
parameter String fileName="NoName" "File where matrix is stored"
1601+
parameter String fileName = "NoName" "File where matrix is stored"
16021602
annotation (Dialog(
16031603
group="Table data definition",
16041604
enable=tableOnFile,

0 commit comments

Comments
 (0)