Changeset 61 for sources/src/gen_code.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/gen_code.cc

    r60 r61  
    4949#include <iostream>
    5050#include <fstream>
    51 #ifdef _OPENMP
    52 #include <omp.h>
     51#ifdef USE_OPENMP
     52    #include <omp.h>
    5353#endif
    5454
Note: See TracChangeset for help on using the changeset viewer.