remove rank needed just for debug
This commit is contained in:
parent
2511a895ae
commit
6a13a9b7fa
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ cdef class alm_info:
|
|||
sharp_destroy_alm_info(self.ainfo)
|
||||
self.ainfo = NULL
|
||||
|
||||
def almxfl(self, np.ndarray[double, ndim=3, mode='c'] alm, np.ndarray[double, ndim=2, mode='c'] fl, int rank):
|
||||
def almxfl(self, np.ndarray[double, ndim=3, mode='c'] alm, np.ndarray[double, ndim=2, mode='c'] fl):
|
||||
"""Multiply Alm by a Ell based array
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue