Fixed default arguments in healpix_transform. Fixed fftw detection in CMake
This commit is contained in:
parent
083cad3c77
commit
86dc4bd249
3 changed files with 12 additions and 2 deletions
|
@ -67,7 +67,7 @@ namespace CosmoTool
|
|||
sharp_make_triangular_alm_info (Lmax, Mmax, 1, &ainfo);
|
||||
}
|
||||
|
||||
HealpixFourierTransform(long nSide, long Lmax, long Mmax, int iterate = 0, const std::valarray<double>& weights )
|
||||
HealpixFourierTransform(long nSide, long Lmax, long Mmax, int iterate, const std::valarray<double>& weights )
|
||||
: realMap(nSide), fourierMap(Lmax, Mmax), ainfo(0), ginfo(0), m_iterate(iterate)
|
||||
{
|
||||
sharp_make_weighted_healpix_geom_info (nSide, 1, &weights[0], &ginfo);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue