Remove unused variable in tally_filter_zernike.F90

This commit is contained in:
Paul Romano 2018-03-30 17:45:45 -05:00
parent a3240b69c3
commit 964a5da3e2

View file

@ -62,7 +62,6 @@ contains
type(TallyFilterMatch), intent(inout) :: match
integer :: i
integer :: n
real(8) :: x, y, r, theta
real(8) :: zn(this % n_bins)