IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6640


Ignore:
Timestamp:
Mar 18, 2006, 5:24:04 PM (20 years ago)
Author:
eugene
Message:

fixed dvo_image_unlock misplacement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/relphot.c

    r6237 r6640  
    1616  if (!status) Shutdown ("ERROR: failure to lock image catalog %s", db.filename);
    1717  if (db.dbstate == LCK_EMPTY) Shutdown ("ERROR: No images in catalog %s (1)", db.filename);
    18   if (!UPDATE) dvo_image_unlock (&db);
    1918
    2019  /* load regions and images based on seed region */
    2120  // XXX EAM : load images and regions based on bounds, not name
    2221  region = load_images (&db, argv[1], &Ncatalog, &fullregion);
     22  if (!UPDATE) dvo_image_unlock (&db);
    2323
    2424  /* load catalog data from region files */
Note: See TracChangeset for help on using the changeset viewer.