Changeset 38671
- Timestamp:
- Aug 9, 2015, 6:46:32 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150625/Ohana/src/relastro/src
- Files:
-
- 2 edited
-
UpdateObjectOffsets.c (modified) (2 diffs)
-
launch_region_hosts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/relastro/src/UpdateObjectOffsets.c
r38655 r38671 97 97 } 98 98 99 # if ( 0)99 # if (1) 100 100 101 101 UpdateObjectOffsets_parallel_table (table, sky); … … 305 305 // XXX note that the above pass in the flag as decimal -- also note that args.c cannot handle 0xHEX values 306 306 307 if (N_BOOTSTRAP_SAMPLES > 1) strextend (&command, "-bootstrap-samples %d", N_BOOTSTRAP_SAMPLES); 308 307 309 if (DCR_BLUE_COLOR_POS && DCR_BLUE_COLOR_NEG) { 308 310 strextend (&command, "-dcr-blue-color %s %s", DCR_BLUE_COLOR_POS, DCR_BLUE_COLOR_NEG); -
branches/eam_branches/ipp-20150625/Ohana/src/relastro/src/launch_region_hosts.c
r38441 r38671 6 6 int i; 7 7 8 // do not remo te the sync and fits files if we do a manual run -- user must clear if needed8 // do not remove the sync and fits files if we do a manual run -- user must clear if needed 9 9 if (!PARALLEL_REGIONS_MANUAL) { 10 10 // clear the I/O files
Note:
See TracChangeset
for help on using the changeset viewer.
