Changeset 17955 for trunk/pswarp/src/pswarp.h
- Timestamp:
- Jun 5, 2008, 4:05:16 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pswarp/src/pswarp.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp/src/pswarp.h
r15608 r17955 1 # ifdef HAVE_CONFIG_H2 # include <config.h>3 # endif1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 4 5 # include <stdio.h>6 # include <string.h>7 # include <strings.h> // for strcasecmp8 # include <unistd.h> // for unlink9 # include <pslib.h>10 # include <psmodules.h>11 # include <psphot.h>5 #include <stdio.h> 6 #include <string.h> 7 #include <strings.h> // for strcasecmp 8 #include <unistd.h> // for unlink 9 #include <pslib.h> 10 #include <psmodules.h> 11 #include <psphot.h> 12 12 13 # include "pswarpErrorCodes.h"14 # define PSWARP_RECIPE "PSWARP" // Name of the recipe to use15 # define PSASTRO_RECIPE "PSASTRO" // Name of the recipe to use13 #include "pswarpErrorCodes.h" 14 #define PSWARP_RECIPE "PSWARP" // Name of the recipe to use 15 #define PSASTRO_RECIPE "PSASTRO" // Name of the recipe to use 16 16 17 17 // a single pswarpMap converts coordinates from one image to a second image
Note:
See TracChangeset
for help on using the changeset viewer.
