Skip to content

Commit 9658af4

Browse files
add further space to Modelica.Blocks.Sources.mo
1 parent eca8daf commit 9658af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modelica/Blocks/Sources.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@ parameter Real table[:, <strong>2</strong>]=[0, 0; 1, 1; 2, 4];
16681668
nHeaderLines) "External table object";
16691669
discrete SI.Time nextTimeEvent(start = 0, fixed=true)
16701670
"Next time event instant";
1671-
discrete Real nextTimeEventScaled(start=0, fixed=true)
1671+
discrete Real nextTimeEventScaled(start = 0, fixed=true)
16721672
"Next scaled time event instant";
16731673
Real timeScaled "Scaled time";
16741674
final parameter Boolean isCsvExt = if tableOnFile then Modelica.Utilities.Strings.findLast(fileName, ".csv", caseSensitive=false) + 3 == Modelica.Utilities.Strings.length(fileName) else false;

0 commit comments

Comments
 (0)