IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2006, 5:27:33 PM (20 years ago)
Author:
jhoblitt
Message:

move psTimeIsZero() -> p2alloc.c

File:
1 edited

Legend:

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

    r6105 r6110  
    11# include "p2tools.h"
    2 
    3 bool psTimeIsZero(psTime *time) {
    4     if (time->sec == 0 || time->nsec == 0) {
    5         return false;
    6     }
    7 
    8     return true;
    9 }
    102
    113// select pending frames (exposure+images) which are done/not done
Note: See TracChangeset for help on using the changeset viewer.