Changeset 33581
- Timestamp:
- Mar 21, 2012, 1:17:21 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src/relphot/src
- Files:
-
- 3 edited
-
load_catalogs.c (modified) (1 diff)
-
reload_catalogs.c (modified) (1 diff)
-
relphot_objects.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/load_catalogs.c
r33564 r33581 36 36 37 37 // does this host ID match the desired location for the table? 38 if ( PARALLEL &&!HostTableTestHost(skylist[0].regions[i], hostID)) continue;38 if (!HostTableTestHost(skylist[0].regions[i], hostID)) continue; 39 39 40 40 // set up the basic catalog info -
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/reload_catalogs.c
r33548 r33581 39 39 40 40 // does this host ID match the desired location for the table? 41 if ( PARALLEL &&!HostTableTestHost(skylist[0].regions[i], hostID)) continue;41 if (!HostTableTestHost(skylist[0].regions[i], hostID)) continue; 42 42 43 43 gettimeofday (&start, (void *) NULL); -
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/relphot_objects.c
r33564 r33581 34 34 35 35 // does this host ID match the desired location for the table? 36 if ( PARALLEL &&!HostTableTestHost(skylist[0].regions[i], hostID)) continue;36 if (!HostTableTestHost(skylist[0].regions[i], hostID)) continue; 37 37 38 38 // set up the basic catalog info
Note:
See TracChangeset
for help on using the changeset viewer.
