Changeset 39457 for trunk/Ohana/src/relastro/src/UpdateObjectOffsets.c
- Timestamp:
- Mar 11, 2016, 10:23:42 PM (10 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src/relastro/src (modified) (1 prop)
-
src/relastro/src/UpdateObjectOffsets.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20160226 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/relastro/src
- Property svn:mergeinfo set to
-
trunk/Ohana/src/relastro/src/UpdateObjectOffsets.c
r39171 r39457 62 62 // uses MeasureTiny values, but will also update Measure values when populated 63 63 // if Galaxy Motion Model correction is active, do not apply at this last stage 64 UpdateObjects (&catalog, 1, FALSE);64 UpdateObjects (&catalog, 1, -1); 65 65 66 66 free_tiny_values(&catalog); … … 218 218 fprintf (stderr, "command: %s\n", command); 219 219 220 if (PARALLEL_MANUAL) continue; 220 if (PARALLEL_MANUAL) { 221 free (command); 222 continue; 223 } 221 224 222 225 if (PARALLEL_SERIAL) { … … 236 239 group->hosts[i][0].pid = pid; // save for future reference 237 240 } 241 free (command); 238 242 } 239 243 … … 338 342 fprintf (stderr, "command: %s\n", command); 339 343 340 if (PARALLEL_MANUAL) continue; 344 if (PARALLEL_MANUAL) { 345 free (command); 346 continue; 347 } 341 348 342 349 if (PARALLEL_SERIAL) { … … 356 363 table->hosts[i].pid = pid; // save for future reference 357 364 } 365 free (command); 358 366 } 359 367 … … 366 374 } 367 375 376 FreeHostTable (table); 377 368 378 return TRUE; 369 379 }
Note:
See TracChangeset
for help on using the changeset viewer.
