starting to work on includes in USER-OMP

This commit is contained in:
Axel Kohlmeyer
2019-07-11 16:51:48 -04:00
parent 9f6bbe1d8e
commit b4f60ef477
95 changed files with 163 additions and 294 deletions

View File

@ -24,13 +24,10 @@
#include "neigh_request.h"
#include "universe.h"
#include "update.h"
#include "integrate.h"
#include "min.h"
#include "timer.h"
#include "fix_omp.h"
#include "thr_data.h"
#include "thr_omp.h"
#include "pair_hybrid.h"
#include "bond_hybrid.h"
@ -40,8 +37,11 @@
#include "kspace.h"
#include <cstring>
#include <cstdlib>
#include <cstdio>
#if defined(_OPENMP)
#include <omp.h>
#endif
#include "suffix.h"