Merge pull request #1542 from akohlmey/improve-include-consistency

Improve Consistency of Include Statements (mostly complete)
This commit is contained in:
Axel Kohlmeyer
2019-07-29 20:12:41 -04:00
committed by GitHub
1445 changed files with 2675 additions and 5046 deletions

View File

@ -11,12 +11,11 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include "rcb.h"
#include <mpi.h>
#include <cstring>
#include "rcb.h"
#include "irregular.h"
#include "memory.h"
#include "error.h"
using namespace LAMMPS_NS;