View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012584Farsight(No Category)public2011-11-17 17:252012-01-19 22:29
ReporterHo Cheung 
Assigned ToHo Cheung 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformXCode 4.2OSOS XOS Version10.7
Summary0012584: OpenMP guards
Descriptionfarsight\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

TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0028367)
Ho Cheung (developer)
2012-01-19 22:29

I fixed it a long time ago

 Issue History
Date Modified Username Field Change
2011-11-17 17:25 Ho Cheung New Issue
2011-11-18 19:48 Ho Cheung Assigned To => Ho Cheung
2011-11-18 19:48 Ho Cheung Status new => assigned
2012-01-19 22:29 Ho Cheung Note Added: 0028367
2012-01-19 22:29 Ho Cheung Status assigned => resolved
2012-01-19 22:29 Ho Cheung Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team