ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/fprism.c
(Generate patch)

Comparing ray/src/rt/fprism.c (file contents):
Revision 2.7 by schorsch, Tue Mar 30 16:13:01 2004 UTC vs.
Revision 2.10 by greg, Tue Jul 8 18:25:00 2014 UTC

# Line 8 | Line 8 | static const char      RCSid[] = "$Id$";
8  
9   #include "standard.h"
10  
11 + #include "ray.h"
12   #include "calcomp.h"
13   #include "func.h"
14  
# Line 775 | Line 776 | l_get_val(
776   int val, dir, i, trouve, curseur;
777   int nb;
778   double valeur;
779 < TRAYON *rayt, raynull;
779 > TRAYON *rayt=NULL, raynull;
780  
781   if (prismclock < 0 || prismclock < eclock) setprism();
782   if (bidon == BADVAL) {
# Line 822 | Line 823 | l_get_val(
823   }
824  
825  
826 < extern void
826 > void
827   setprismfuncs(void)  /* declared in func.h */
828   {
829   funset("fprism_val", 3, '=', l_get_val);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines