Wrong revert

Revert "Revert "Add more mask""

This reverts commit 863ad3be41.
This commit is contained in:
Guilhem Lavaux 2012-01-15 16:41:12 -05:00
parent 863ad3be41
commit 84b451d3ad
5 changed files with 79 additions and 4 deletions

View file

@ -4,6 +4,8 @@
#include <vector>
#include <healpix_map.h>
void computeContourPixels(Healpix_Map<float>& map, std::vector<int>& contour);
void computeFilledPixels(Healpix_Map<float>& map, std::vector<int>& contour);
#endif