Skip to content
Snippets Groups Projects
Commit 914e2511 authored by Célestin Marot's avatar Célestin Marot
Browse files

to make predicates compile in MSVC

parent 9a044506
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,12 @@
extern "C" {
#endif
#ifdef _MSC_VER
#ifndef __restrict__
#define __restrict__ __restrict
#endif
#endif
extern double splitter;
extern double o3dstaticfilter;
extern double o3derrboundA;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment