Skip to content

Commit 0289a21

Browse files
improve wording for second inst activity
1 parent fe2e81a commit 0289a21

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

source/user/tutorial/add_reg_inst.rst

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,26 @@ simulation.
3434
+-------------+------------------+----------------------------+
3535
| Variable | Value | Purpose |
3636
+=============+==================+============================+
37-
| ``lib6`` | ``agents`` | Library of the archetype |
37+
| ``lib5`` | ``agents`` | Library of the archetype |
3838
+-------------+------------------+----------------------------+
39-
| ``arch6`` | ``NullRegion`` | Name of archetype |
39+
| ``arch5`` | ``NullRegion`` | Name of archetype |
4040
+-------------+------------------+----------------------------+
41-
| ``lib7`` | ``agents`` | Library of the archetype |
41+
| ``lib6`` | ``agents`` | Library of the archetype |
4242
+-------------+------------------+----------------------------+
43-
| ``arch7`` | ``NullInst`` | Name of archetype |
43+
| ``arch6`` | ``NullInst`` | Name of archetype |
4444
+-------------+------------------+----------------------------+
4545

4646
.. code-block:: XML
4747
<archetypes>
4848
...
4949
...
5050
<spec>
51-
<lib>lib6</lib>
52-
<name>arch6</name>
51+
<lib>lib5</lib>
52+
<name>arch5</name>
5353
</spec>
5454
<spec>
55-
<lib>lib7</lib>
56-
<name>arch7</name>
55+
<lib>lib6</lib>
56+
<name>arch6</name>
5757
</spec>
5858
</archetypes>
5959
@@ -331,14 +331,12 @@ Save your input file as ``tutorial_oncethrough.xml``
331331

332332
Activity: Add an extra institution into the Region
333333
-------------------------------------------------
334-
Having multiple institutions help organize facilities and their affiliation.
335-
In our ``USA`` region, let's add a second institution called ``ReactorUtility``.
336-
``ReactorUtility`` is the institution that holds the ``1178MWe ReactorPlant Unit 1`` prototype and ``United
337-
States Nuclear`` holds the ``UraniumMine``, ``EnrichmentPlant``, and ``NuclearRepository``
338-
prototypes. Using the region and institution templates, let's
339-
add the second institution to the region.
340-
341-
Let's build the ``ReactorUtility`` institution. This institution has one ``1178MWe ReactorPlant Unit 1`` prototype.
334+
Having multiple institutions can help organize facilities and their affiliation.
335+
In our ``USA`` region, we have the ``United States Nuclear`` institution that
336+
holds the ``UraniumMine``, ``EnrichmentPlant``, and ``NuclearRepository``
337+
prototypes. Now let's add another institution.
338+
339+
Our second institution will be called ``ReactorUtility``. This institution has one ``1178MWe ReactorPlant Unit 1`` prototype.
342340
Using this information we can add a second institution block into our ``USA``
343341
region block after the ``United States Nuclear`` institution.
344342

0 commit comments

Comments
 (0)