MantisBT - Farsight | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0012584 | Farsight | (No Category) | public | 2011-11-17 17:25 | 2012-01-19 22:29 |
| Reporter | Ho Cheung | ||||
| Assigned To | Ho Cheung | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | XCode 4.2 | OS | OS X | OS Version | 10.7 |
| Summary | 0012584: OpenMP guards | ||||
| Description | 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 | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||