ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/ranimove.h
(Generate patch)

Comparing ray/src/util/ranimove.h (file contents):
Revision 3.2 by greg, Tue Feb 25 02:47:24 2003 UTC vs.
Revision 3.4 by schorsch, Fri Jun 27 11:32:12 2003 UTC

# Line 16 | Line 16
16   *
17   * See the ranimove(1) man page for further details.
18   */
19 + #ifndef _RAD_RANIMOVE_H_
20 + #define _RAD_RANIMOVE_H_
21 + #ifdef __cplusplus
22 + extern "C" {
23 + #endif
24  
20 #include "copyright.h"
25  
26   #include "ray.h"
27   #include "view.h"
# Line 176 | Line 180 | extern double  hlsmax;         /* maximum high-level saliency
180   void    write_map(), sample_pos(), comp_frame_error(), conspicuity();
181   int     getclosest(), getambcolor(), refine_first();
182   double  sample_wt(), estimaterr(), comperr();
183 +
184 +
185 + #ifdef __cplusplus
186 + }
187 + #endif
188 + #endif /* _RAD_RANIMOVE_H_ */
189 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines