mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
similar change for using C_DOUBLE vice real(8)
This commit is contained in:
parent
05aa0cfea9
commit
0e0c1ef558
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ contains
|
|||
integer :: i
|
||||
character(kind=C_CHAR, len=20), allocatable :: nuc_names(:)
|
||||
character(kind=C_CHAR, len=20), allocatable :: macro_names(:)
|
||||
real(8), allocatable :: awrs(:)
|
||||
real(C_DOUBLE), allocatable :: awrs(:)
|
||||
integer :: num_nuclides
|
||||
integer :: num_macros
|
||||
integer :: j
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue