Don't convert surface ids if surface filter is for current tallies. Closes #157 on github.

This commit is contained in:
Paul Romano 2013-03-21 14:02:29 -04:00
parent 399694ed82
commit 49c36b2e95

View file

@ -540,6 +540,9 @@ contains
case (FILTER_SURFACE)
! Check if this is a surface filter only for surface currents
if (any(t % score_bins == SCORE_CURRENT)) cycle FILTER_LOOP
do k = 1, t % filters(j) % n_bins
id = t % filters(j) % int_bins(k)
if (surface_dict % has_key(id)) then