ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/ot/dummy.c
Revision: 1.3
Committed: Sat Feb 22 02:07:26 2003 UTC (22 years, 3 months ago) by greg
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
Changes and check-in for 3.5 release
Includes new source files and modifications not recorded for many years
See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release

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 greg 1.2 t_data() { return(0); }
33    
34 greg 1.1 p_pdata() { return(0); }
35    
36     p_cdata() { return(0); }
37    
38     p_bdata() { return(0); }
39    
40     text() { return(0); }
41    
42     mx_data() { return(0); }
43    
44     mx_func() { return(0); }