Geogram Version 1.9.7
A programming library of geometric algorithms
Loading...
Searching...
No Matches
nl_blas.h
1// Temporary proxy for letting existing code find bundled NL include files
2// without changing it
3
4#ifndef GEOGRAM_NL_BLAS
5#define GEOGRAM_NL_BLAS
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11#include <geogram/third_party/OpenNL/src/lib/OpenNL/nl_blas.h>
12
13#ifdef __cplusplus
14}
15#endif
16
17#endif