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

Comparing ray/src/common/disk2square.c (file contents):
Revision 3.1 by greg, Fri Feb 18 00:40:25 2011 UTC vs.
Revision 3.3 by greg, Thu Jun 9 17:09:39 2011 UTC

# Line 1 | Line 1
1 + #ifndef lint
2 + static const char RCSid[] = "$Id$";
3 + #endif
4   /*
5   *  Disk2Square.c
6   *  
# Line 8 | Line 11
11   * Modified interface slightly (G. Ward)
12   */
13  
14 + #define _USE_MATH_DEFINES
15   #include <math.h>
16  
17   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines