Skip to content

Commit

Permalink
Remove unneeded omp.h includes
Browse files Browse the repository at this point in the history
These cause issues when
ENABLE_OPENMP is OFF
  • Loading branch information
ibaned committed Jan 16, 2018
1 parent f3a79bc commit 423868c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/QMCWaveFunctions/WaveFunction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// File created by: Jeongnim Kim, [email protected], Intel Corp.
////////////////////////////////////////////////////////////////////////////////
// -*- C++ -*-
#include <omp.h>
#include <QMCWaveFunctions/WaveFunction.h>
#include <Input/Input.hpp>

Expand Down
1 change: 0 additions & 1 deletion src/QMCWaveFunctions/WaveFunctionRef.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// File created by: Jeongnim Kim, [email protected], Intel Corp.
////////////////////////////////////////////////////////////////////////////////
// -*- C++ -*-
#include <omp.h>
#include <QMCWaveFunctions/WaveFunction.h>
#include <Input/Input.hpp>

Expand Down

0 comments on commit 423868c

Please sign in to comment.