Change array to read rotation angles to real(8)

This commit is contained in:
Paul Romano 2015-03-11 08:46:53 -04:00
parent 2bfd9ed051
commit 49ec9136a7

View file

@ -904,8 +904,8 @@ contains
integer :: universe_num
integer :: n_cells_in_univ
integer :: coeffs_reqd
integer :: temp_double_array3(3)
integer, allocatable :: temp_int_array(:)
real(8) :: temp_double_array3(3)
real(8) :: phi, theta, psi
logical :: file_exists
logical :: boundary_exists