Skip to content

Commit

Permalink
Tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Dec 7, 2023
1 parent 4d36d97 commit 258e086
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyqint/integrals.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
#include "cgf.h"
#include "factorials.h"

#ifdef _OPENMP
#include <omp.h>
#endif

class Integrator {
private:
std::string compile_date;
Expand Down

0 comments on commit 258e086

Please sign in to comment.