Skip to content

Commit 7cd770f

Browse files
committed
Removed all existing todo items in chapter 2
In some cases, these were addressed and in others they were simply moved to GitHub.
1 parent d568ccc commit 7cd770f

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

text/source/behavior/discrete/switching.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ voltage in the following plot:
3131
.. plot:: ../plots/SRLCv.py
3232
:class: interactive
3333

34-
.. todo:: Source Voltage V needs subscript s, other plots missing subscripts also
35-
3634
Furthermore, we can see the current response for inductor, resistor
3735
and capacitor components in this plot:
3836

text/source/behavior/discrete/when.rst

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,10 @@ simulation performance and/or reusability of the models.
115115
It is also worth noting that if the semantics of an ``algorithm``
116116
section are needed during initialization, Modelica includes an
117117
``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

Comments
 (0)