vide_public/external/healpix/Healpix_cxx/smoothing_cxx.cc
2012-10-30 13:56:48 -04:00

9 lines
192 B
C++

#include "levels_facilities.h"
#include "error_handling.h"
int main (int argc, const char **argv)
{
PLANCK_DIAGNOSIS_BEGIN
smoothing_cxx_module (argc, argv);
PLANCK_DIAGNOSIS_END
}