IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2013, 2:47:47 PM (13 years ago)
Author:
eugene
Message:

adding parallel version for dvosecfilt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130307/Ohana/src/dvomerge/include/dvomerge.h

    r34405 r35333  
    104104int        dvosecfilt_args        PROTO((int *argc, char **argv));
    105105
     106void       dvosecfilt_client_usage PROTO((void));
     107void       dvosecfilt_client_help  PROTO((int argc, char **argv));
     108int        dvosecfilt_client_args  PROTO((int *argc, char **argv));
     109
     110int        dvosecfilt_catalogs     PROTO((SkyTable *insky, int Nsecfilt));
     111int        dvosecfilt_parallel     PROTO((SkyTable *insky, int Nsecfilt));
     112
    106113int        SkyTablePopulatedRange PROTO((off_t *ns, off_t *ne, SkyTable *sky, off_t Nstart));
    107114int        SkyListPopulatedRange  PROTO((off_t *ns, off_t *ne, SkyList *sky, off_t Nstart));
Note: See TracChangeset for help on using the changeset viewer.