Changeset 17416
- Timestamp:
- Apr 8, 2008, 6:19:16 PM (18 years ago)
- Location:
- trunk/pstamp/src
- Files:
-
- 2 edited
-
ppstampMakeStamp.c (modified) (1 diff)
-
pstampfinish.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/src/ppstampMakeStamp.c
r17270 r17416 487 487 } 488 488 489 pmFPAfile *astrom = psMetadataLookupPtr( &status, config->files, "PSWARP.ASTROM");489 pmFPAfile *astrom = psMetadataLookupPtr(NULL, config->files, "PSWARP.ASTROM"); 490 490 if (!status) { 491 491 psError(PS_ERR_UNKNOWN, true, "Can't find input astrometry!\n"); -
trunk/pstamp/src/pstampfinish.c
r16978 r17416 319 319 options->dsRoot = psMetadataLookupStr(NULL, options->config->site, "PSTAMP_DATA_STORE_ROOT"); 320 320 if (options->dsRoot == NULL) { 321 fprintf(stderr, "failed to find PSTAMP_D S_ROOT in site configuration\n");321 fprintf(stderr, "failed to find PSTAMP_DATA_STORE_ROOT in site configuration\n"); 322 322 exit (PS_EXIT_CONFIG_ERROR); 323 323 }
Note:
See TracChangeset
for help on using the changeset viewer.
