IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2006, 4:43:36 PM (20 years ago)
Author:
jhoblitt
Message:

rename:

ppRawFrame -> rawScienceFrame
ppRawFrameFree() -> rawScienceFrameFree()
ppRawFrameAlloc() -> rawScienceFrameAlloc()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/p2insertPendingFrames.c

    r6217 r6221  
    1010    // can we use p2rawToPending() here?
    1111    for (int i = 0; i < rawFrames->n; i++) {
    12         ppRawFrame *rawFrame = rawFrames->data[i];
     12        rawScienceFrame *rawFrame = rawFrames->data[i];
    1313
    1414        // find the next available version numbers
Note: See TracChangeset for help on using the changeset viewer.