| 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 |
| 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> |
| 355 |
|
|
| 356 |
|
return oct; |
| 357 |
|
} |
| 358 |
+ |
|
| 359 |
+ |
#endif /* NIX / PMAP_OOC */ |