IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 6, 2014, 4:42:10 PM (12 years ago)
Author:
eugene
Message:

only work with neighbors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140206/Ohana/src/libdvo/include/dvo.h

    r36576 r36577  
    311311  off_t *imseq;
    312312
    313   int *neighbors;
    314   int Nneighbors;
     313  int *neighbors;             // list of neighbor index values
     314  int Nneighbors;             // number of neighbors
     315  char isNeighbor;            // TRUE if I am a neighbor to the current region host
    315316} RegionHostInfo;
    316317
     
    906907int RegionHostTableWaitJobs (RegionHostTable *regionHosts, char *file, int lineno);
    907908int RegionHostTableWaitJobsGetIO (RegionHostTable *regionHosts, char *file, int lineno, int VERBOSE);
     909int RegionHostFindNeighbors (RegionHostTable *table, int Nhost);
    908910
    909911# endif // DVO_H
Note: See TracChangeset for help on using the changeset viewer.