Skip to content

Commit 45b4fbc

Browse files
DUMMY: Only4PRTesting: add whitespaces to CombiTimeTable
1 parent 2bab916 commit 45b4fbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modelica/Blocks/Sources.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
16351635
parameter SI.Time shiftTime=startTime
16361636
"Shift time of first table column"
16371637
annotation (Dialog(group="Table data interpretation"));
1638-
parameter Modelica.Blocks.Types.TimeEvents timeEvents=Modelica.Blocks.Types.TimeEvents.Always
1638+
parameter Modelica.Blocks.Types.TimeEvents timeEvents = Modelica.Blocks.Types.TimeEvents.Always
16391639
"Time event handling of table interpolation"
16401640
annotation (Dialog(group="Table data interpretation", enable=smoothness == Modelica.Blocks.Types.Smoothness.LinearSegments));
16411641
parameter Boolean verboseExtrapolation=false
@@ -1650,7 +1650,7 @@ parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
16501650
final parameter Real t_maxScaled=Internal.getTimeTableTmax(tableID)
16511651
"Maximum (scaled) abscissa value defined in table";
16521652
protected
1653-
final parameter Real p_offset[nout]=(if size(offset, 1) == 1 then ones(nout)*offset[1] else offset)
1653+
final parameter Real p_offset[nout] = (if size(offset, 1) == 1 then ones(nout)*offset[1] else offset)
16541654
"Offsets of output signals";
16551655
parameter Modelica.Blocks.Types.ExternalCombiTimeTable tableID=
16561656
Modelica.Blocks.Types.ExternalCombiTimeTable(

0 commit comments

Comments
 (0)