Changeset 33548
- Timestamp:
- Mar 16, 2012, 7:56:57 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src
- Files:
-
- 4 edited
-
relphot/src/load_catalogs.c (modified) (1 diff)
-
relphot/src/reload_catalogs.c (modified) (1 diff)
-
relphot/src/relphot_objects.c (modified) (1 diff)
-
uniphot/src/update_dvo_setphot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/load_catalogs.c
r33535 r33548 36 36 37 37 // does this host ID match the desired location for the table? 38 if ( !HostTableTestHost(skylist[0].regions[i], hostID)) continue;38 if (PARALLEL && !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
r33535 r33548 39 39 40 40 // does this host ID match the desired location for the table? 41 if ( !HostTableTestHost(skylist[0].regions[i], hostID)) continue;41 if (PARALLEL && !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
r33535 r33548 34 34 35 35 // does this host ID match the desired location for the table? 36 if ( !HostTableTestHost(skylist[0].regions[i], hostID)) continue;36 if (PARALLEL && !HostTableTestHost(skylist[0].regions[i], hostID)) continue; 37 37 38 38 // set up the basic catalog info -
branches/eam_branches/ipp-20111122/Ohana/src/uniphot/src/update_dvo_setphot.c
r33520 r33548 44 44 45 45 // does this host ID match the desired location for the table? 46 if ( !HostTableTestHost(skylist[0].regions[i], HOST_ID)) continue;46 if (PARALLEL && !HostTableTestHost(skylist[0].regions[i], HOST_ID)) continue; 47 47 48 48 char localFilename[1024];
Note:
See TracChangeset
for help on using the changeset viewer.
