Skip to content

Commit

Permalink
fix MF/MT slices
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWalz committed Jan 21, 2015
1 parent cfb751f commit 1e52c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ENDF6.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

slices = {
'MAT' : slice(66,70),
'MT' : slice(70,72),
'MF' : slice(72,75),
'MF' : slice(70,72),
'MT' : slice(72,75),
'line': slice(75,80),
'content' : slice(0,66),
'data' : (slice(0,11), slice(11,22), slice(22,33), slice(33,44), slice(44,55), slice(55,66))}
Expand Down

0 comments on commit 1e52c06

Please sign in to comment.