IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2007, 10:15:51 AM (19 years ago)
Author:
eugene
Message:

extensive updates to the avextract / mextract / skyregion system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/dmags.c

    r12332 r14401  
    33int dmags (int argc, char **argv) {
    44 
     5  gprint (GP_ERR, "this function is deprecated\n");
     6  return (FALSE);
     7
     8}
     9
     10# if (0)
    511  char *RegionName, *RegionList;
    612  double *M1, *M3;
     
    109115
    110116  /* need to free SkyList / or free all regions as well */
    111   SkyListFree (skylist, ((RegionName != NULL) || (RegionList != NULL)));
     117  SkyListFree (skylist);
    112118  xvec[0].Nelements = yvec[0].Nelements = Npts;
    113119  return (TRUE);
     
    122128
    123129escape:
    124   SkyListFree (skylist, ((RegionName != NULL) || (RegionList != NULL)));
     130  SkyListFree (skylist);
    125131  dvo_catalog_free (&catalog);
    126132  if (RegionName != NULL) free (RegionName);
     
    128134  return (FALSE);
    129135}
     136# endif
Note: See TracChangeset for help on using the changeset viewer.