MantisBT - Farsight
View Issue Details
0012584Farsight(No Category)public2011-11-17 17:252012-01-19 22:29
Ho Cheung 
Ho Cheung 
normalminoralways
resolvedfixed 
XCode 4.2OS X10.7
0012584: OpenMP guards
farsight\ftkAdapSeedDetection\main.cpp:23

Any #include "omp.h" should be surrounded by guards to make sure that omp.h is not included if we do not build with BUILD_OPENMP.

The code in question should look like:

#ifdef _OPENMP
#include "omp.h"
#endif

No tags attached.
Issue History
2011-11-17 17:25Ho CheungNew Issue
2011-11-18 19:48Ho CheungAssigned To => Ho Cheung
2011-11-18 19:48Ho CheungStatusnew => assigned
2012-01-19 22:29Ho CheungNote Added: 0028367
2012-01-19 22:29Ho CheungStatusassigned => resolved
2012-01-19 22:29Ho CheungResolutionopen => fixed

Notes
(0028367)
Ho Cheung   
2012-01-19 22:29   
I fixed it a long time ago