mirror of
https://github.com/CloudCompare/PoissonRecon.git
synced 2026-08-29 16:40:28 +08:00
OpenMP modification
Disable openmp if no supported
This commit is contained in:
@@ -29,7 +29,9 @@ DAMAGE.
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <float.h>
|
||||
#ifdef _OPENMP
|
||||
#include <omp.h>
|
||||
#endif // _OPENMP
|
||||
#include <algorithm>
|
||||
#include "CmdLineParser.h"
|
||||
#include "Geometry.h"
|
||||
|
||||
Reference in New Issue
Block a user