IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2005, 12:14:53 PM (21 years ago)
Author:
eugene
Message:

fixed up 2mass to handle allsky release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/gregion_patch.c

    r3376 r4299  
    2828  }
    2929
     30  if (VERBOSE) fprintf (stderr, "Nregions in patch: %d, Ne: %d, Ns: %d\n", Nregions, Ne, Ns);
     31  if (Nregions > (Ne - Ns)) {
     32    fprintf (stderr, "ERROR: too many regions found\n");
     33    exit (1);
     34  }
     35
    3036  *nregions = Nregions;
    3137  return (regions);
Note: See TracChangeset for help on using the changeset viewer.