Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ numeric coordinate type, and `void *` as the data type.
The `rtree.c` and `rtree.h` files can be easily customized to change these
settings.

Please find the type parameters at the top of the `rtree.c` file:
Please set the parameters globally or before `rtree.h` including. Otherwise default values will be set:

```c
#define DATATYPE void *
Expand Down
Loading