Unverified Commit 4289dbb7 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

clean up includes and whitespace

parent 243ce8db
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line

#include <mpi.h>
#include "compute_momentum.h"
#include <mpi.h>
#include "atom.h"
#include "update.h"
#include "force.h"
#include "domain.h"
#include "group.h"
#include "error.h"
#include "update.h"

using namespace LAMMPS_NS;