Changeset 9740 for trunk/stac/src/shiftSize.c
- Timestamp:
- Oct 24, 2006, 2:27:29 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/shiftSize.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/shiftSize.c
r8783 r9740 77 77 78 78 psArray *inputs = psArrayAlloc(argc); // Input filenames 79 inputs->n = argc;80 79 for (int i = 0; i < argc; i++) { 81 80 inputs->data[i] = psAlloc(strlen(argv[i])); … … 87 86 psVector *xSize = psVectorAlloc(inputs->n, PS_TYPE_S32); 88 87 psVector *ySize = psVectorAlloc(inputs->n, PS_TYPE_S32); 89 xSize->n = inputs->n;90 ySize->n = inputs->n;91 88 for (int i = 0; i < inputs->n; i++) { 92 89 const char *filename = inputs->data[i]; // Name of FITS file
Note:
See TracChangeset
for help on using the changeset viewer.
