put implementation header first to avoid issues with mpi.h and lmptype.h with OpenMPI

This commit is contained in:
Axel Kohlmeyer
2019-07-02 22:56:56 -04:00
parent 11708c8f96
commit 7967cb1133
194 changed files with 209 additions and 206 deletions

View File

@ -13,13 +13,13 @@
// NOTE: allow for bin center to be variables for sphere/cylinder
#include "compute_chunk_atom.h"
#include <mpi.h>
#include <cmath>
#include <cstring>
#include <cstdlib>
#include <map>
#include <utility>
#include "compute_chunk_atom.h"
#include "atom.h"
#include "update.h"
#include "force.h"