File: needlet_tool.cc

package info (click to toggle)
healpix-cxx 3.60.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,700 kB
  • sloc: cpp: 14,223; sh: 4,451; makefile: 183
file content (9 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#include "levels_facilities.h"
#include "error_handling.h"

int main (int argc, const char **argv)
  {
  PLANCK_DIAGNOSIS_BEGIN
  needlet_tool (argc, argv);
  PLANCK_DIAGNOSIS_END
  }