matchcat.c   matchcat.c 
skipping to change at line 39 skipping to change at line 39
#include "libwcs/wcscat.h" #include "libwcs/wcscat.h"
#include "libwcs/wcs.h" #include "libwcs/wcs.h"
#define NMAXCAT 1500000 #define NMAXCAT 1500000
static int verbose = 0; /* verbose/debugging flag */ static int verbose = 0; /* verbose/debugging flag */
static double matchrad = 5.0; /* Initial match radius is 5 arcseconds */ static double matchrad = 5.0; /* Initial match radius is 5 arcseconds */
int version = 0; /* If 1, print only program name and version */ int version = 0; /* If 1, print only program name and version */
static void usage(); static void usage();
static char *RevMsg = "MATCHCAT WCSTools 3.8.3, 17 August 2011, Doug Mink S AO"; static char *RevMsg = "MATCHCAT WCSTools 3.8.4, 1 September 2011, Doug Mink SAO";
main (ac, av) main (ac, av)
int ac; int ac;
char **av; char **av;
{ {
char *fn; char *fn;
char *str; char *str;
char outfile[256]; char outfile[256];
FILE *fcat; FILE *fcat;
double delta, dist; double delta, dist;
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/