remove the ringhelper work array

This commit is contained in:
Martin Reinecke 2013-04-03 12:58:17 +02:00
parent 980e27853d
commit 96999dcf00
2 changed files with 51 additions and 53 deletions

View file

@ -60,7 +60,7 @@ typedef struct
typedef struct
{
sharp_ringpair *pair;
int npairs;
int npairs, nphmax;
} sharp_geom_info;
/*! \defgroup almgroup Helpers for dealing with a_lm */