put implementation header first to avoid issues with mpi.h and lmptype.h with OpenMPI
This commit is contained in:
@ -15,9 +15,9 @@
|
||||
Contributing author: Naveen Michaud-Agrawal (Johns Hopkins University)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "fix_spring_self.h"
|
||||
#include <mpi.h>
|
||||
#include <cstring>
|
||||
#include "fix_spring_self.h"
|
||||
#include "atom.h"
|
||||
#include "update.h"
|
||||
#include "domain.h"
|
||||
|
||||
Reference in New Issue
Block a user