Changeset 33535
- Timestamp:
- Mar 15, 2012, 2:45:50 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
r33520 r33535 18 18 19 19 // XXX need to decide how to determine PARALLEL mode... 20 if (PARALLEL & !hostID) {20 if (PARALLEL && !hostID) { 21 21 catalog = load_catalogs_parallel (skylist, Ncatalog); 22 22 return catalog; -
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/reload_catalogs.c
r33520 r33535 28 28 29 29 // XXX need to decide how to determine PARALLEL mode... 30 if (PARALLEL & !hostID) {30 if (PARALLEL && !hostID) { 31 31 reload_catalogs_parallel (skylist); 32 32 return; -
branches/eam_branches/ipp-20111122/Ohana/src/relphot/src/relphot_objects.c
r33520 r33535 25 25 26 26 // XXX need to decide how to determine PARALLEL mode... 27 if (PARALLEL & !hostID) {27 if (PARALLEL && !hostID) { 28 28 relphot_objects_parallel (skylist); 29 29 return TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.
