ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/src/ot/dummy.c
Revision: 1.1
Committed: Thu Feb 2 10:33:02 1989 UTC (36 years, 8 months ago) by greg
Content type: text/plain
Branch: MAIN
Log Message:
Initial revision

File Contents

# User Rev Content
1 greg 1.1 /* Copyright (c) 1986 Regents of the University of California */
2    
3     #ifndef lint
4     static char SCCSid[] = "$SunId$ LBL";
5     #endif
6    
7     /*
8     * dummy.c - dummy function definitions.
9     *
10     * 12/19/85
11     */
12    
13    
14     o_source() { return(0); }
15    
16     m_light() { return(0); }
17    
18     m_normal() { return(0); }
19    
20     m_dielectric() { return(0); }
21    
22     m_glass() { return(0); }
23    
24     m_clip() { return(0); }
25    
26     p_cfunc() { return(0); }
27    
28     p_bfunc() { return(0); }
29    
30     t_func() { return(0); }
31    
32     p_pdata() { return(0); }
33    
34     p_cdata() { return(0); }
35    
36     p_bdata() { return(0); }
37    
38     text() { return(0); }
39    
40     mx_data() { return(0); }
41    
42     mx_func() { return(0); }