Small Fortran wrapper fixup
This commit is contained in:
parent
eb4a76a4eb
commit
8a32a8e751
1 changed files with 2 additions and 0 deletions
|
@ -236,6 +236,8 @@ contains
|
|||
end if
|
||||
|
||||
! Set up pointer table to access maps
|
||||
alm_ptr(:) = c_null_ptr
|
||||
map_ptr(:) = c_null_ptr
|
||||
do k = 1, nmaps
|
||||
if (alm_info%n_local > 0) alm_ptr(k) = c_loc(alm(0, k))
|
||||
if (geom_info%n_local > 0) map_ptr(k) = c_loc(map(0, k))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue