- Timestamp:
- Dec 6, 2012, 6:32:19 PM (14 years ago)
- Location:
- branches/czw_branch/20120906/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/delstar/src/delete_imagefile.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/Ohana
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120905/Ohana (added) merged: 34423-34428,34468,34490,34494-34495,34508,34517-34526,34529,34562-34563,34569,34572-34573,34575,34616-34619
- Property svn:mergeinfo changed
-
branches/czw_branch/20120906/Ohana/src/delstar/src/delete_imagefile.c
r27435 r34772 1 1 # include "delstar.h" 2 2 3 void delete_imagefile (FITS_DB *db , char *filename) {3 void delete_imagefile (FITS_DB *db) { 4 4 5 5 off_t i, Nimlist; … … 16 16 17 17 /* load information about file - time/photcode */ 18 image = gimages ( filename);18 image = gimages (IMAGENAME); 19 19 20 20 /* need to define method to get the mosaic (look up from table) */ … … 54 54 // XXX EAM : load image data above, find mosaic? 55 55 imlist = find_images_data (db, image, &Nimlist); 56 if (!Nimlist) Shutdown ("image %s not found in db", filename);56 if (!Nimlist) Shutdown ("image %s not found in db", IMAGENAME); 57 57 58 58 gfits_vtable_from_ftable (&db[0].ftable, &db[0].vtable, imlist, Nimlist);
Note:
See TracChangeset
for help on using the changeset viewer.
