fixing coding style on OpenMP wrapper

This commit is contained in:
Dennis Luxen 2013-06-28 10:22:47 -04:00
parent 99aef2a178
commit 8cb5e68b1a

View File

@ -23,9 +23,9 @@ or see http://www.gnu.org/licenses/agpl.txt.
#define _OPENMWRAPPER_H
#ifdef _OPENMP
// extern "C" {
extern "C" {
#include <omp.h>
// }
}
#else
inline int omp_get_num_procs () { return 1; }
inline int omp_get_max_threads () { return 1; }