Skip to content

Commit

Permalink
Merge pull request #85 from ibaned/extra-omp-includes
Browse files Browse the repository at this point in the history
Remove unneeded omp.h includes
  • Loading branch information
ye-luo authored Jan 17, 2018
2 parents f3a79bc + 423868c commit 97a8ded
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 97a8ded

Please sign in to comment.