From 487aec4f81171e6e849309a20d70ab2528f269e3 Mon Sep 17 00:00:00 2001 From: Matthias Schaefer Date: Thu, 2 Apr 2026 14:40:13 +0200 Subject: [PATCH 1/3] Add Spaces in Modelica\Blocks\Sources.mo --- Modelica/Blocks/Sources.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modelica/Blocks/Sources.mo b/Modelica/Blocks/Sources.mo index 8fbd5f270a..13e07fde2a 100644 --- a/Modelica/Blocks/Sources.mo +++ b/Modelica/Blocks/Sources.mo @@ -1594,7 +1594,7 @@ parameter Real table[:, 2]=[0, 0; 1, 1; 2, 4]; annotation (Dialog(group="Table data definition")); parameter Real table[:, :] = fill(0.0, 0, 2) "Table matrix (time = first column; e.g., table=[0, 0; 1, 1; 2, 4])" - annotation (Dialog(group="Table data definition",enable=not tableOnFile)); + annotation (Dialog(group = "Table data definition",enable=not tableOnFile)); parameter String tableName="NoName" "Table name on file or in function usertab (see docu)" annotation (Dialog(group="Table data definition",enable=tableOnFile)); From 092ce18797b28d7053ba226d67b609e2f27ab340 Mon Sep 17 00:00:00 2001 From: Matthias Schaefer Date: Thu, 16 Apr 2026 14:16:08 +0200 Subject: [PATCH 2/3] add spaces --- Modelica/Blocks/Sources.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modelica/Blocks/Sources.mo b/Modelica/Blocks/Sources.mo index 13e07fde2a..e3f726a0e1 100644 --- a/Modelica/Blocks/Sources.mo +++ b/Modelica/Blocks/Sources.mo @@ -1598,7 +1598,7 @@ parameter Real table[:, 2]=[0, 0; 1, 1; 2, 4]; parameter String tableName="NoName" "Table name on file or in function usertab (see docu)" annotation (Dialog(group="Table data definition",enable=tableOnFile)); - parameter String fileName="NoName" "File where matrix is stored" + parameter String fileName = "NoName" "File where matrix is stored" annotation (Dialog( group="Table data definition", enable=tableOnFile, From 63ba8ba9c1c8d839e2aa8c3f8b9392bccdd72528 Mon Sep 17 00:00:00 2001 From: Matthias Schaefer Date: Thu, 16 Apr 2026 14:37:24 +0200 Subject: [PATCH 3/3] add spaces --- Modelica/Blocks/Sources.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modelica/Blocks/Sources.mo b/Modelica/Blocks/Sources.mo index e3f726a0e1..e01fd4d0bc 100644 --- a/Modelica/Blocks/Sources.mo +++ b/Modelica/Blocks/Sources.mo @@ -1597,7 +1597,7 @@ parameter Real table[:, 2]=[0, 0; 1, 1; 2, 4]; annotation (Dialog(group = "Table data definition",enable=not tableOnFile)); parameter String tableName="NoName" "Table name on file or in function usertab (see docu)" - annotation (Dialog(group="Table data definition",enable=tableOnFile)); + annotation (Dialog(group = "Table data definition",enable=tableOnFile)); parameter String fileName = "NoName" "File where matrix is stored" annotation (Dialog( group="Table data definition",