IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 4, 2006, 10:00:28 PM (21 years ago)
Author:
eugene
Message:

fixes for skyregion, generate

File:
1 edited

Legend:

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

    r5451 r5900  
    3030  if (VarConfig ("SKYFILE",  "%s", skyfile) == NULL) skyfile[0] = 0;
    3131  if (VarConfig ("SKYDEPTH", "%d", &skydepth) == NULL) skydepth = 2;
     32
     33  if (verbose) {
     34      fprintf (stderr, "CATDIR %s\n", catdir);
     35      fprintf (stderr, "GSCFILE %s\n", gscfile);
     36      fprintf (stderr, "SKYFILE %s\n", skyfile);
     37      fprintf (stderr, "SKYDEPTH %d\n", skydepth);
     38  }
    3239
    3340  /* load the SkyTable at this point */
     
    8188  int Ngraph;
    8289  Graphdata graphsky;
    83   SkyTable *sky;
    8490  SkyList *skylist;
    8591  char filename[256];
Note: See TracChangeset for help on using the changeset viewer.