Changeset 13704 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- Jun 7, 2007, 2:31:50 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r13355 r13704 4 4 * @author EAM (IfA) 5 5 * 6 * @version $Revision: 1.9 4$ $Name: not supported by cvs2svn $7 * @date $Date: 2007-0 5-11 23:28:15$6 * @version $Revision: 1.95 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2007-06-08 00:31:50 $ 8 8 * 9 9 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 533 533 "Camera specified on command line", config->camera); 534 534 535 if (!pmConfigCameraSkycellVersion(config->site, cameraFile)) { 536 psError(PS_ERR_UNKNOWN, false, 537 "Unable to generate skycell versions of specified camera %s.\n", 538 cameraFile); 539 psFree(config); 540 return NULL; 541 } 542 535 543 if (!pmConfigCameraMosaickedVersions(config->site, cameraFile)) { 536 544 psError(PS_ERR_UNKNOWN, false, … … 570 578 psFree(iter); 571 579 580 if (!pmConfigCameraSkycellVersionsAll(config->site)) { 581 psError(PS_ERR_UNKNOWN, false, "Unable to generate skycell versions of cameras.\n"); 582 psFree(config); 583 return NULL; 584 } 572 585 if (!pmConfigCameraMosaickedVersionsAll(config->site)) { 573 586 psError(PS_ERR_UNKNOWN, false, "Unable to generate mosaicked versions of cameras.\n");
Note:
See TracChangeset
for help on using the changeset viewer.
