Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
nl_matrix.h
1// Temporary proxy for letting existing code find bundled NL include files
2// without changing it
3
4#ifndef GEOGRAM_NL_MATRIX
5#define GEOGRAM_NL_MATRIX
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11#include <geogram/third_party/OpenNL/nl_matrix.h>
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif