Changeset 61 for sources/src/sc_main.cc


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_main.cc

    r60 r61  
    3737#include <sstream>
    3838#include <list>
    39 #include <omp.h>
     39#ifdef USE_OPENMP
     40    #include <omp.h>
     41#endif
    4042#include <set>
    4143#include <cstring> // strcmp
Note: See TracChangeset for help on using the changeset viewer.