Index: trunk/Ohana/src/relphot/include/relphot.h
===================================================================
--- trunk/Ohana/src/relphot/include/relphot.h	(revision 4864)
+++ trunk/Ohana/src/relphot/include/relphot.h	(revision 4865)
@@ -15,8 +15,8 @@
   unsigned int start;
   unsigned int stop;
-  short int Mcal;
-  short int dMcal;
-  short int Xm;
-  short int secz;
+  float Mcal;
+  float dMcal;
+  short Xm;
+  float secz;
   char code;
   Coords coords;
@@ -133,8 +133,8 @@
 int           gcatalog            PROTO((Catalog *catalog, int FINAL));
 Coords       *getCoords           PROTO((int meas, int cat));
-short         getMcal             PROTO((int meas, int cat));
-short         getMgrid            PROTO((int meas, int cat));
-short         getMmos             PROTO((int meas, int cat));
-short         getMrel             PROTO((Catalog *catalog, int meas, int cat));
+float         getMcal             PROTO((int meas, int cat));
+float         getMgrid            PROTO((int meas, int cat));
+float         getMmos             PROTO((int meas, int cat));
+float         getMrel             PROTO((Catalog *catalog, int meas, int cat));
 GSCRegion    *get_regions         PROTO((double minRa, double maxRa, double minDec, double maxDec, int *Nregions));
 void          getfullregion       PROTO((Image *image, int Nimage, GSCRegion *fullregion));
