Moved source codes into new subdirectories to make the organization cleaner. Created new CMakeLists accordingly.

This commit is contained in:
Guilhem Lavaux 2012-10-30 13:55:29 -04:00
parent f6fae36329
commit 4182c30485
13 changed files with 0 additions and 0 deletions

View file

@ -1,11 +0,0 @@
#ifndef __CONTOUR_PIXELS_HPP
#define __CONTOUR_PIXELS_HPP
#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