IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5745 for trunk/stac/src/stac.c


Ignore:
Timestamp:
Dec 7, 2005, 4:04:22 PM (21 years ago)
Author:
Paul Price
Message:

Using autoconf; some bug fixes to the polynomial order

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stac.c

    r5743 r5745  
    77int main(int argc, char **argv)
    88{
    9     double startTime = getTime();
     9    double startTime;
     10    startTime = getTime();
    1011
    1112#if 0
     
    155156        for (int i = 0; i < transformed->n; i++) {
    156157            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]);
    158159            psFits *shiftFile = psFitsOpen(shiftName, "w");
    159160            image = psImageCopy(NULL, transformed->data[i], PS_TYPE_F32);
Note: See TracChangeset for help on using the changeset viewer.