Changeset 61 for sources/src/gen_code.h


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/gen_code.h

    r60 r61  
    2121#include "process_dependency.h"
    2222
    23 #ifdef _OPENMP
    24 #include <omp.h>
     23#ifdef USE_OPENMP
     24    #include <omp.h>
    2525#endif
    2626
Note: See TracChangeset for help on using the changeset viewer.