We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf1a22 commit 4a8e02eCopy full SHA for 4a8e02e
1 file changed
Modelica/Blocks/Sources.mo
@@ -1691,7 +1691,7 @@ than the shifted minimum abscissa value defined in the table.
1691
assert(noEvent(time <= t_max + shiftTime), "
1692
Extrapolation warning: Time must be less or equal
1693
than the shifted maximum abscissa value defined in the table.
1694
-", level=AssertionLevel.warning);
+", level = AssertionLevel.warning);
1695
end if;
1696
1697
timeScaled = time/timeScale;
0 commit comments