Skip to content

Commit 1bb20a2

Browse files
committed
formatting
1 parent 194ad4e commit 1bb20a2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

source/cep/cep31.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,11 @@ within the simulation duration. The simulation progresses from scheduled event t
4545
where no actions are registered. For example, an agent may schedule a build-event at timestamp 5, a trade event at timestamp 7, and a decomission event at timestamp 10.
4646
Then, the timeline for a 10 month simulation will proceed as follows
4747

48-
.. class:: center
49-
50-
**START 3 (build) -- 5 (trade) -- 7 (decom) END**
48+
START 3 (build) -- 5 (trade) -- 7 (decom) END
5149

5250
as opposed to the current implementation
5351

54-
.. class:: center
55-
**START 0 -- 1 -- 2 -- 3 (build) -- 4 -- 5 (trade) -- 6 -- 7 (decom) -- 8 -- 9 -- 10 END**
52+
START 0 -- 1 -- 2 -- 3 (build) -- 4 -- 5 (trade) -- 6 -- 7 (decom) -- 8 -- 9 -- 10 END
5653

5754
In cyclus, discrete even timing can be implemented by allowing agents to internally check their inventory
5855
and status to register themselves for DRE participation, Build, or Decomission events. In instances

0 commit comments

Comments
 (0)