File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ Once complete, your reactor prototype should look like:
6767 </config >
6868 </facility >
6969
70- Append this prototype right after the ``1178MWe BRAIDWOOD_1 `` prototype.
70+ Append this prototype right after the ``1178MWe BRAIDWOOD_1 `` prototype in your input file .
7171
7272Activity: Second reactor Institution
7373++++++++++++++++++++++++++++++++++++
7474
75- We must add this second reactor into the region and facility section of
75+ We must add this second reactor into the region and institution section of
7676our |Cyclus | input file. To do so, go to the ``entry `` header under the
7777``initialfacilitylist `` section of the region block of the input file
7878and add
@@ -84,7 +84,7 @@ and add
8484 <number >1</number >
8585 </entry >
8686
87- below the ``1178MWe BRAIDWOOD_1 `` entry block. The Reactor section
87+ below the ``1178MWe BRAIDWOOD_1 `` entry block. The second institution section
8888of the region block should now look like,
8989
9090.. code-block :: xml
@@ -94,6 +94,8 @@ of the region block should now look like,
9494 <config >
9595 <NullRegion />
9696 </config >
97+
98+
9799 <institution >
98100 <initialfacilitylist >
99101 <entry >
@@ -111,7 +113,7 @@ of the region block should now look like,
111113 </config >
112114 </institution >
113115
114-
116+
115117 </region >
116118
117119 Note: the blank space between ``</institution> `` and ``</region> `` is
You can’t perform that action at this time.
0 commit comments