similar change for using C_DOUBLE vice real(8)

This commit is contained in:
Adam G Nelson 2018-09-23 13:08:24 -04:00
parent 05aa0cfea9
commit 0e0c1ef558

View file

@ -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