IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 28, 2004, 8:40:04 PM (22 years ago)
Author:
eugene
Message:

fixes for -Wall -Werror (mostly get_argument lines)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/include/data.h

    r2598 r2843  
    1010/* in misc/queues.c */
    1111void InitQueues ();
     12void ListQueues ();
    1213Queue *FindQueue (char *name);
    1314Queue *CreateQueue (char *name);
     
    4950float mrqmin (float *x, float *y, float *dy, int Npts,
    5051              float *par, int Npar,
    51               float (funcs)(float, float *, int, float *));
     52              float (funcs)(float, float *, int, float *), int VERBOSE);
    5253
    53 int mrqinit (float *x, float *y, float *dy, int Npts,
    54              float *par, int Npar,
    55              float (funcs)(float, float *, int, float *));
     54float mrqinit (float *x, float *y, float *dy, int Npts,
     55               float *par, int Npar,
     56               float (funcs)(float, float *, int, float *), int VERBOSE);
    5657
    5758float **mrqcovar (int Npar);
     
    6667float mrq2dmin (float *x, float *t, float *y, float *dy, int Npts,
    6768                float *par, int Npar,
    68                 float (funcs)(float, float, float *, int, float *));
     69                float (funcs)(float, float, float *, int, float *), int VERBOSE);
    6970
    7071float mrq2dinit (float *x, float *t, float *y, float *dy, int Npts,
    7172                 float *par, int Npar,
    72                  float (funcs)(float, float, float *, int, float *));
     73                 float (funcs)(float, float, float *, int, float *), int VERBOSE);
    7374
    7475float **mrq2dcovar (int Npar);
     
    8687/* misc/starfuncs.c */
    8788double get_aperture_stats (Matrix *matrix, int X, int Y, int Npix, int Nborder, double max);
     89int set_rough_radii (double Ra, double Ri, double Ro);
     90int get_rough_star (float *data, int Nx, int Ny, int x, int y, float *xc, float *yc, float *sx, float *sy, float *sxy, float *zs, float *zp, float *sk);
    8891
    8992/* misc/precess.c */
     
    97100int read_table_vectors (int argc, char **argv, char *extname);
    98101# endif
     102
Note: See TracChangeset for help on using the changeset viewer.