Ignore:
Timestamp:
Feb 14, 2017, 11:54:05 AM (7 years ago)
Author:
meunier
Message:
  • Fixing include of openmp (still not functional as regarding of the compilation)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_module.cc

    r60 r61  
    3838#include <vector>
    3939#include <set>
    40 #ifdef _OPENMP
    41 #include <omp.h>
     40#ifdef USE_OPENMP
     41    #include <omp.h>
    4242#endif
    4343
Note: See TracChangeset for help on using the changeset viewer.