Changeset 38986 for trunk/Ohana/src/uniphot/src/update_dvo_uniphot.c
- Timestamp:
- Oct 27, 2015, 4:49:06 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/uniphot/src/update_dvo_uniphot.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150625/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/uniphot/src/update_dvo_uniphot.c
r38471 r38986 101 101 fprintf (stderr, "catalog: %s sgroup: %d %s %f\n", catalog.filename, Nmin, sgroup[Nmin].label, Rmin); 102 102 update_catalog_uniphot (&catalog, &sgroup[Nmin], (Rmin > 2*RADIUS)); 103 dvo_catalog_save (&catalog, VERBOSE); 104 dvo_catalog_unlock (&catalog); 103 SetProtect (TRUE); 104 if (!dvo_catalog_save (&catalog, VERBOSE)) { fprintf (stderr, "ERROR: failed to save %s\n", catalog.filename); exit (1); } 105 if (!dvo_catalog_unlock (&catalog)) { fprintf (stderr, "ERROR: failed to unlock %s\n", catalog.filename); exit (1); } 106 SetProtect (FALSE); 105 107 dvo_catalog_free (&catalog); 106 108 }
Note:
See TracChangeset
for help on using the changeset viewer.
