Unverified Commit 4a4dcef7 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

whitespace cleanup in pair style e3b

parent 4dc90b36
Loading
Loading
Loading
Loading
+159 −159
Original line number Diff line number Diff line
@@ -14,6 +14,11 @@
   contact: stevene.strong at gmail dot com
------------------------------------------------------------------------- */

#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>

#include "pair_e3b.h"

#include "atom.h"
@@ -28,11 +33,6 @@
#include "domain.h"
#include "citeme.h"

#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>

//these are defined here to avoid confusing hardcoded indicies, but
//they do not allow flexibility. If they are changed the code will break
#define DIM 3