IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2012, 6:59:29 PM (14 years ago)
Author:
bills
Message:

The compiler at MPIA (4.1.2) was unhappy with passing an argument to a function
that "didn't have a real prototype". Changed code to match implementation
ppMopsDetections *ppMopsDetectionsAlloc(void)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppTranslate/src/ppMopsRead.c

    r34779 r34824  
    8383      continue;
    8484    }
    85     ppMopsDetections *det = ppMopsDetectionsAlloc(size);
     85    ppMopsDetections *det = ppMopsDetectionsAlloc();
    8686    det->platescale = NAN;
    8787    detections->data[i] = det;
Note: See TracChangeset for help on using the changeset viewer.