Skip to content
Snippets Groups Projects
Commit df3265d8 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Don't include the omp.h header

For some reason clang doesn't like it, and we are not using OpenMP anyway.
parent ef375c38
No related branches found
No related tags found
No related merge requests found
Pipeline #
#ifndef DUNE_GFE_MIXEDLOCALGEODESICFESTIFFNESS_HH #ifndef DUNE_GFE_MIXEDLOCALGEODESICFESTIFFNESS_HH
#define DUNE_GFE_MIXEDLOCALGEODESICFESTIFFNESS_HH #define DUNE_GFE_MIXEDLOCALGEODESICFESTIFFNESS_HH
#include "omp.h"
#include <dune/common/fmatrix.hh> #include <dune/common/fmatrix.hh>
#include <dune/istl/matrix.hh> #include <dune/istl/matrix.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment