follow conventions

This commit is contained in:
Axel Kohlmeyer
2022-03-18 06:06:48 -04:00
parent bc8998c997
commit 815718f33a

View File

@ -17,12 +17,14 @@
------------------------------------------------------------------------- */ ------------------------------------------------------------------------- */
#include "sna.h" #include "sna.h"
#include <cmath>
#include "comm.h"
#include "error.h"
#include "math_const.h" #include "math_const.h"
#include "math_special.h" #include "math_special.h"
#include "memory.h" #include "memory.h"
#include "error.h"
#include "comm.h" #include <cmath>
using namespace std; using namespace std;
using namespace LAMMPS_NS; using namespace LAMMPS_NS;