Home
last modified time | relevance | path

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

/dports/science/healpix/Healpix_3.50/src/f90/mod/
H A Dalm_map_template.F90341 complex(DPC), dimension(:,:), allocatable :: b_north2, b_south2 local
393 allocate(b_north2(0:nmmax, 0:chunksize-1),stat = status)
432 b_north2(:,:) = 0_dpc ! pad with zeros
505b_north2(m,ithl) = cmplx(b_even(3) + b_odd(3), b_even(4) + b_odd(4), kind=DP) ! north: Even + Odd
539 …call ring_synthesis(nsmax,nlmax,nmmax,b_north2(0,ithl),nphl,ring,kphi0(ithl)) ! north hemisph. +…
573 deallocate(b_north2, b_south2)