From 76be57342adb341130b693733c564c2b3286cde6 Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Thu, 29 Nov 2012 12:14:27 +0100 Subject: [PATCH] adjust to new geomhelpers --- libsharp/sharp_cxx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsharp/sharp_cxx.h b/libsharp/sharp_cxx.h index 6c5761f..da51b43 100644 --- a/libsharp/sharp_cxx.h +++ b/libsharp/sharp_cxx.h @@ -69,7 +69,7 @@ class sharp_base void set_Gauss_geometry (int nrings, int nphi) { if (ginfo) sharp_destroy_geom_info(ginfo); - sharp_make_gauss_geom_info (nrings, nphi, 1, nphi, &ginfo); + sharp_make_gauss_geom_info (nrings, nphi, 0., 1, nphi, &ginfo); } void set_Healpix_geometry (int nside)