put implementation header first to avoid issues with mpi.h and lmptype.h with OpenMPI
This commit is contained in:
@ -18,10 +18,10 @@
|
||||
|
||||
//#define BALANCE_DEBUG 1
|
||||
|
||||
#include "balance.h"
|
||||
#include <mpi.h>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include "balance.h"
|
||||
#include "atom.h"
|
||||
#include "comm.h"
|
||||
#include "rcb.h"
|
||||
|
||||
Reference in New Issue
Block a user