--- ray/src/px/pcomb.c 2003/06/05 19:29:34 2.23 +++ ray/src/px/pcomb.c 2003/06/26 00:58:10 2.25 @@ -1,5 +1,5 @@ #ifndef lint -static const char RCSid[] = "$Id: pcomb.c,v 2.23 2003/06/05 19:29:34 schorsch Exp $"; +static const char RCSid[] = "$Id: pcomb.c,v 2.25 2003/06/26 00:58:10 schorsch Exp $"; #endif /* * Combine picture files according to calcomp functions. @@ -8,6 +8,7 @@ static const char RCSid[] = "$Id: pcomb.c,v 2.23 2003/ */ #include "standard.h" +#include "platform.h" #include "color.h" #include "calcomp.h" #include "view.h" @@ -517,7 +518,7 @@ register char *nam; static unsigned long ltick[MAXINP]; static FVECT lorg[MAXINP], ldir[MAXINP]; static double ldist[MAXINP]; - FLOAT loc[2]; + RREAL loc[2]; int fn; register int i; @@ -555,7 +556,7 @@ l_psize() /* compute pixel size in steradians */ static unsigned long ltick[MAXINP]; static double psize[MAXINP]; FVECT dir0, org, dirx, diry; - FLOAT locx[2], locy[2]; + RREAL locx[2], locy[2]; double d; int fn; register int i;