Changeset 40532 for trunk/psModules/src/astrom/pmAstrometryWCS.c
- Timestamp:
- Sep 26, 2018, 12:16:06 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryWCS.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryWCS.c
r40083 r40532 231 231 // the value of NPLYTERM. 232 232 type = psProjectTypeFromString (ctype); 233 if (type == PS_PROJ_N TYPE) {233 if (type == PS_PROJ_NONE) { 234 234 psLogMsg ("psastro", 2, "warning: unknown projection type %s\n", ctype); 235 235 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.
