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

Comparing ray/src/common/fltdepth.c (file contents):
Revision 3.1 by greg, Thu Nov 7 23:20:28 2019 UTC vs.
Revision 3.2 by greg, Thu Nov 7 23:33:45 2019 UTC

# Line 1 | Line 1
1 + #ifndef lint
2 + static const char RCSid[] = "$Id$";
3 + #endif
4   /*
5   * Function to open floating-point depth file, making sure it's
6   * the correct length, and converting from encoded 16-bit
# Line 138 | Line 141 | seek_error:
141          return(-1);
142   }
143  
144 < #endif
144 > #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines