--- ray/src/px/pcomb.c 2003/06/08 12:03:10 2.24 +++ 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.24 2003/06/08 12:03:10 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. @@ -518,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; @@ -556,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;