From f223de9fe473f241c75a8667f213c9927562497c Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Thu, 13 Dec 2012 13:15:54 +0100 Subject: [PATCH] sync with latest changes --- libsharp/sharp_cxx.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libsharp/sharp_cxx.h b/libsharp/sharp_cxx.h index da51b43..8633270 100644 --- a/libsharp/sharp_cxx.h +++ b/libsharp/sharp_cxx.h @@ -53,11 +53,10 @@ class sharp_base void set_general_geometry (int nrings, const int *nph, const ptrdiff_t *ofs, const int *stride, const double *phi0, const double *theta, - const double *wgt_a2m, const double *wgt_m2a) + const double *wgt) { if (ginfo) sharp_destroy_geom_info(ginfo); - sharp_make_geom_info (nrings, nph, ofs, stride, phi0, theta, wgt_a2m, - wgt_m2a, &ginfo); + sharp_make_geom_info (nrings, nph, ofs, stride, phi0, theta, wgt, &ginfo); } void set_ECP_geometry (int nrings, int nphi)