getftab.c | getftab.c | |||
---|---|---|---|---|
/* File getftab.c | /* File getftab.c | |||
* January 10, 2007 | * January 10, 2007 | |||
* By Doug Mink Harvard-Smithsonian Center for Astrophysics) | * By Jessica Mink Harvard-Smithsonian Center for Astrophysics) | |||
* Send bug reports to dmink@cfa.harvard.edu | * Send bug reports to jmink@cfa.harvard.edu | |||
Copyright (C) 1999-2007 | Copyright (C) 1999-2007 | |||
Smithsonian Astrophysical Observatory, Cambridge, MA USA | Smithsonian Astrophysical Observatory, Cambridge, MA USA | |||
This program is free software; you can redistribute it and/or | This program is free software; you can redistribute it and/or | |||
modify it under the terms of the GNU General Public License | modify it under the terms of the GNU General Public License | |||
as published by the Free Software Foundation; either version 2 | as published by the Free Software Foundation; either version 2 | |||
of the License, or (at your option) any later version. | of the License, or (at your option) any later version. | |||
This program is distributed in the hope that it will be useful, | This program is distributed in the hope that it will be useful, | |||
skipping to change at line 43 | skipping to change at line 43 | |||
#define MAXCOL 200 | #define MAXCOL 200 | |||
#define MAXCOND 10 | #define MAXCOND 10 | |||
#define MAXFILES 1000 | #define MAXFILES 1000 | |||
#define MAXLINES 1000 | #define MAXLINES 1000 | |||
static void usage(); | static void usage(); | |||
static void PrintValues(); | static void PrintValues(); | |||
static int maxncond = 100; | static int maxncond = 100; | |||
static char *RevMsg = "GETFTAB WCSTools 3.8.4, 1 September 2011, Doug Mink (dmink@cfa.harvard.edu)"; | static char *RevMsg = "GETFTAB WCSTools 3.8.5, 12 April 2012, Jessica Mink (jmink@cfa.harvard.edu)"; | |||
static int verbose = 0; /* verbose/debugging flag */ | static int verbose = 0; /* verbose/debugging flag */ | |||
static int nfile = 0; | static int nfile = 0; | |||
static int ndec = -9; | static int ndec = -9; | |||
static int maxlfn = 0; | static int maxlfn = 0; | |||
static int listall = 0; | static int listall = 0; | |||
static int listpath = 0; | static int listpath = 0; | |||
static int tabout = 0; | static int tabout = 0; | |||
static int printhead = 0; | static int printhead = 0; | |||
static int assign = 0; | static int assign = 0; | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 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/ |