@@ -115,16 +115,10 @@ simulation performance and/or reusability of the models.
115
115
It is also worth noting that if the semantics of an ``algorithm ``
116
116
section are needed during initialization, Modelica includes an
117
117
``initial algorithm `` section that is analogous to the ``initial
118
- equation `` discussed in the previous section on :ref: `initialization `.
119
- The ``initial algorithm `` section will be applied only during the
120
- initialization phase to determine initial conditions, just like an
121
- ``initial equation `` section, but the ``initial algorithm `` section
122
- will allow multiple assignments to the same variable. The same
123
- caveats apply with respect to symbolic manipulation.
124
-
125
- .. todo :: what would be the purpose in having multiple assignments to
126
- the same variable?is the order important like in non-initial
127
- algorithm sections where the last assigment is the one used?
128
- for any algorithm section (initial or otherwise):
129
- are the statements executed sequentially so that
130
- x = 2; y = x; z = y is well defined?
118
+ equation `` section discussed in the previous discussion on
119
+ :ref: `initialization `. The ``initial algorithm `` section will be
120
+ applied only during the initialization phase to determine initial
121
+ conditions, just like an ``initial equation `` section, but the
122
+ ``initial algorithm `` section will allow multiple assignments to the
123
+ same variable. The same caveats apply with respect to symbolic
124
+ manipulation.
0 commit comments