ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
Root Listing
root
/
radiance
/
src
/
common
/
fvect.h
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
(
Generate patch
)
Comparing src/common/fvect.h (file contents):
Revision
1.3
by
greg
, Wed Oct 23 13:43:07 1991 UTC vs.
Revision
2.2
by
greg
, Fri Jan 17 13:27:49 1992 UTC
#
Line 4
|
Line 4
4
5
#ifdef SMLFLT
6
#define FLOAT float
7
<
#define FTINY (1e-4)
7
>
#define FTINY (4e-4)
8
#else
9
#define FLOAT double
10
#define FTINY (1e-6)
Diff Legend
–
Removed lines
+
Added lines
<
Changed lines
>
Changed lines