Changeset 13247 for trunk/ppStac/src/ppStacOptions.c
- Timestamp:
- May 4, 2007, 12:24:56 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppStac/src/ppStacOptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStac/src/ppStacOptions.c
r12994 r13247 83 83 } 84 84 85 const char *outName = argv[1];// Output filename85 psString outName = pmConfigConvertFilename(argv[1], options->config, true); // Output filename 86 86 options->outFile = psFitsOpen(outName, "w"); 87 87 if (!options->outFile) { 88 88 psError(PS_ERR_IO, false, "Unable to open output file %s.\n", outName); 89 89 psFree(options); 90 psFree(outName); 90 91 return NULL; 91 92 } 93 psFree(outName); 92 94 93 95 int numInputs = *argc - 2; // Number of input files
Note:
See TracChangeset
for help on using the changeset viewer.
