Home
last modified time | relevance | path

Searched refs:b_south1 (Results 1 – 1 of 1) sorted by relevance

/dports/science/healpix/Healpix_3.50/src/f90/mod/
H A Dalm_map_template.F90340 complex(DPC), dimension(:,:), allocatable :: b_north1, b_south1 local
390 allocate(b_south1(0:nmmax, 0:chunksize-1),stat = status)
431 b_south1(:,:) = 0_dpc
504b_south1(m,ithl) = cmplx(b_even(1) - b_odd(1), b_even(2) - b_odd(2), kind=DP) ! south: Even - Odd
550 …call ring_synthesis(nsmax,nlmax,nmmax,b_south1(0,ithl),nphl,ring,kphi0(ithl)) ! south hemisph. w/o…
572 deallocate(b_north1, b_south1)