IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2016, 10:23:42 PM (10 years ago)
Author:
eugene
Message:

modify to pass with extremely pedantic build; force consistency for signed vs unsigned and int sizes; various relastro updates

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/addstar/src/sky_tessalation.c

    r37807 r39457  
    202202// for local projects such as the PS1 Medium Deep fields
    203203int sky_tessellation_local (FITS_DB *db, int level, int Nmax) {
     204  OHANA_UNUSED_PARAM(level);
     205  OHANA_UNUSED_PARAM(Nmax);
    204206
    205207  int Nimage;
     
    239241// we generate projects on uniform rings of constant dec height
    240242int sky_tessellation_rings (FITS_DB *db, int level, int Nmax) {
     243  OHANA_UNUSED_PARAM(level);
     244  OHANA_UNUSED_PARAM(Nmax);
    241245
    242246  int j, nDEC, Nimage, Nring, Ntotal, Ndigit;
     
    294298// based on code supplied by Tamas 2012.07.23
    295299int sky_tessellation_tamas (FITS_DB *db, int level, int Nmax) {
     300  OHANA_UNUSED_PARAM(level);
     301  OHANA_UNUSED_PARAM(Nmax);
    296302
    297303  int j, nDEC, Nimage, Nring, Ntotal, Ndigit;
     
    740746// format : guide to generate the filenames (c-type string format)
    741747SkyRectangle *sky_rectangle_tamas (double *Dec, double dm, double halfa, double halftheta, int *nring, char *format) {
     748  OHANA_UNUSED_PARAM(halfa);
    742749
    743750  static int Nname = 0;
Note: See TracChangeset for help on using the changeset viewer.