deleted extra print

This commit is contained in:
Giud 2017-06-18 17:54:28 -04:00 committed by GitHub
parent 974db1ca57
commit 76ab40293b

View file

@ -62,7 +62,6 @@ contains
t % total_score_bins = t % n_score_bins * t % n_nuclide_bins
! Allocate results array
print *, "Allocating", t % total_score_bins, t % total_filter_bins
allocate(t % results(3, t % total_score_bins, t % total_filter_bins))
t % results(:,:,:) = ZERO