Skip to content

Commit

Permalink
ACEMAKER-2.0 update 4 (comments DODOS)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopezaldama committed Jul 26, 2021
1 parent e25bf97 commit 38258ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Binary file modified exe/dodos.exe
Binary file not shown.
18 changes: 9 additions & 9 deletions src/dodos.f
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ program dodos
c
c MTD numbers for the MTR block in the dosimetry ACE-formatted file:
c If the reaction is given in MF3, then the MT number remains the
c the same (MTD=MT). If the dosimetry reaction is given in MF10 or
c same (MTD=MT). If the dosimetry reaction is given in MF10 or
c multiplicities are supplied in MF9 or MF6, then the MTD number
c is computed as:
c MTD=1000000*(50+lfs)+zap, if MT=5 or
c MTD=1000*(10+lfs)+MT, otherwise
c
c where,
c MTD: Reaction identifier in the dosimetry ACE-formatted file
c zap: product ZA number
c lfs: level number of the nuclide zap
c MT: ENDF-6 reaction identifier
c MTD=1000000*(50+lfs)+zap, if MT=5 or
c MTD=1000*(10+lfs)+MT, otherwise
c
c where,
c MTD: reaction identifier in the dosimetry ACE-formatted file
c zap: ZA number of the product nuclide
c lfs: level number of the product nuclide
c MT: reaction identifier according to the ENDF-6 format
c
c Example of input
c
Expand Down

0 comments on commit 38258ad

Please sign in to comment.