mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
fixed integer type for filetype during read source
This commit is contained in:
parent
cbe6560ba1
commit
1c8eb1920d
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ contains
|
|||
|
||||
integer(8) :: i ! loop index over bank sites
|
||||
integer(8) :: id ! particle id
|
||||
integer(8) :: itmp ! temporary integer
|
||||
integer(4) :: itmp ! temporary integer
|
||||
type(Bank), pointer :: src => null() ! source bank site
|
||||
type(BinaryOutput) :: sp ! statepoint/source binary file
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue