Changeset 5745 for trunk/stac/src/stac.c
- Timestamp:
- Dec 7, 2005, 4:04:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stac.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stac.c
r5743 r5745 7 7 int main(int argc, char **argv) 8 8 { 9 double startTime = getTime(); 9 double startTime; 10 startTime = getTime(); 10 11 11 12 #if 0 … … 155 156 for (int i = 0; i < transformed->n; i++) { 156 157 char shiftName[MAXCHAR]; // Filename of shifted image 157 sprintf(shiftName, "%s.shift", config->inputs->data[i]);158 sprintf(shiftName, "%s.shift", (const char*)config->inputs->data[i]); 158 159 psFits *shiftFile = psFitsOpen(shiftName, "w"); 159 160 image = psImageCopy(NULL, transformed->data[i], PS_TYPE_F32);
Note:
See TracChangeset
for help on using the changeset viewer.
