Skip to content

Commit 673584e

Browse files
committed
Added the auxiliary maps back in
1 parent 0fecb8c commit 673584e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

commander3/src/comm_tod_wmap_mod.f90

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -438,16 +438,16 @@ subroutine process_WMAP_tod(self, chaindir, chain, iter, handle, map_in, delta,
438438
npix = 12*nside**2
439439
self%output_n_maps = 1
440440
split = .false.
441-
! if (self%output_aux_maps > 0) then
442-
! if (self%first_call) then
443-
! self%output_n_maps = 3
444-
! split = .false.
445-
! else
446-
! if (mod(iter-1,10) == 0) self%output_n_maps = 3
447-
! if (mod(iter-1,20) == 0) self%output_n_maps = 8
448-
! if (mod(iter-1,100) == 0) split = .true.
449-
! end if
450-
! end if
441+
if (self%output_aux_maps > 0) then
442+
if (self%first_call) then
443+
self%output_n_maps = 3
444+
split = .false.
445+
else
446+
if (mod(iter-1,10) == 0) self%output_n_maps = 3
447+
if (mod(iter-1,20) == 0) self%output_n_maps = 8
448+
if (mod(iter-1,100) == 0) split = .true.
449+
end if
450+
end if
451451

452452

453453

0 commit comments

Comments
 (0)