Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
modelica committed Nov 10, 2023
1 parent 5891663 commit a0ed654
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions static/docs/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,8 @@
<div id="header">
<h1>System Structure and Parameterization</h1>
<div class="details">
<span id="revnumber">version 741655c,</span>
<span id="revdate">2023-09-15</span>
<span id="revnumber">version 4672379,</span>
<span id="revdate">2023-11-10</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Contents</div>
Expand Down Expand Up @@ -3118,6 +3118,11 @@ <h5 id="_allowed_connections">5.3.2.1. Allowed connections</h5>
<p>Implementations <strong>MUST NOT</strong> specify connections that are not of one of the allowed combinations in the following table.
Implementations <strong>MUST</strong> ensure that data flow is specified unambiguously, including ensuring that not multiple connections with inbound data flow enter into a connector signifying an input, inout, parameter, or structuralParameter connector of an element, or a constant, calculatedParameter, or output connector of an enclosing system.</p>
</div>
<div class="paragraph">
<p>It is implementation-defined whether connections between connectors of different types are allowed, and to what extent conversions are performed.
This includes type conversions that can be performed without data loss, e.g. converting from an output of type <code>Float32</code> to an input of type <code>Float64</code> or <code>Real</code>, as well as conversions that can potentially lead to data loss, e.g. converting from an output of type <code>Float64</code> to an input of type <code>Float32</code> or <code>Int8</code>.
It is also implementation-defined how and whether any error-handling at runtime is performed in those cases.</p>
</div>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
<col style="width: 22%;">
Expand Down

0 comments on commit a0ed654

Please sign in to comment.