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

Comparing ray/src/rt/oocbuild.c (file contents):
Revision 2.3 by rschregle, Tue May 17 17:39:47 2016 UTC vs.
Revision 2.4 by rschregle, Mon Aug 14 21:12:10 2017 UTC

# Line 1 | Line 1
1 + #ifndef lint
2 + static const char RCSid[] = "$Id$";
3 + #endif
4 +
5 +
6   /*
7     =======================================================================
8     Routines for building out-of-core octree data structure
# Line 8 | Line 13
13    
14     Roland Schregle (roland.schregle@{hslu.ch, gmail.com})
15     (c) Lucerne University of Applied Sciences and Arts,
16 <   supported by the Swiss National Science Foundation (SNSF, #147053)
16 >       supported by the Swiss National Science Foundation (SNSF, #147053)
17     =======================================================================
18    
19     $Id$
20   */
21  
22  
23 + #if !defined(_WIN32) && !defined(_WIN64) || defined(PMAP_OOC)
24 + /* No Windoze support for now */
25 +
26   #include "oococt.h"
27   #include "oocsort.h"
28   #include <stdlib.h>
# Line 347 | Line 355 | OOC_Octree *OOC_Build (OOC_Octree *oct, unsigned leafM
355    
356     return oct;
357   }
358 +
359 + #endif /* NIX / PMAP_OOC */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines