Skip to content

Commit

Permalink
refs #1627, #2080: Fix HTML tag
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Apr 24, 2017
1 parent 81b295d commit a54375a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modelica/Blocks/Sources.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2275,9 +2275,9 @@ The table interpolation has the following properties:
timeEvents = 1: Always generate time events at interval boundaries
= 2: Generate time events at discontinuities (defined by duplicated sample points)
= 3: No time events at interval boundaries
</pre></li>
</pre>
For interpolation by constant segments time events are always generated at interval boundaries.
For smooth interpolation by cubic Hermite splines no time events are generated at interval boundaries.
For smooth interpolation by cubic Hermite splines no time events are generated at interval boundaries.</li>
<li>Via parameter <strong>timeScale</strong> the first column of the table array can
be scaled, e.g., if the table array is given in hours (instead of seconds)
<strong>timeScale</strong> shall be set to 3600.</li>
Expand Down

0 comments on commit a54375a

Please sign in to comment.