IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2011, 6:45:51 PM (15 years ago)
Author:
eugene
Message:

merge from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/Ohana/src/opihi/dvo/images.c

    r30612 r31657  
    130130 
    131131  /* it is not an error for the database not to have any images */
    132   if ((image = LoadImages (&Nimage)) == NULL) return (TRUE);
     132  if ((image = LoadImagesDVO (&Nimage)) == NULL) return (TRUE);
    133133  BuildChipMatch (image, Nimage);
    134134
     
    355355  free (Xvec.elements.Flt);
    356356  free (Yvec.elements.Flt);
    357   FreeImages (image);
     357  FreeImagesDVO (image);
    358358  FREE (foundMosaic);
    359359  return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.