# | Line 17 | Line 17 | |
---|---|---|
17 | #include "fvect.h" | |
18 | #include <stdint.h> | |
19 | ||
20 | < | |
20 | > | #ifdef __cplusplus |
21 | > | extern "C" { |
22 | > | #endif |
23 | > | |
24 | /* Type to represent Morton codes (Z-curve indices) as sort keys */ | |
25 | typedef uint64_t OOC_MortonIdx; | |
26 | ||
# | Line 49 | Line 52 | |
52 | * index with scale */ | |
53 | OOC_MortonIdx OOC_Key2Morton (const FVECT key, const FVECT org, | |
54 | RREAL scale); | |
55 | + | |
56 | + | #ifdef __cplusplus |
57 | + | } |
58 | + | #endif |
59 | + | |
60 | #endif | |
61 | < | |
61 | > |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |