remove rank needed just for debug

This commit is contained in:
Andrea Zonca 2017-11-21 06:28:16 -08:00
parent 2511a895ae
commit 6a13a9b7fa

View file

@ -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