mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
deleted extra print
This commit is contained in:
parent
974db1ca57
commit
76ab40293b
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue