From 815718f33ac6c20a3dfff77a7ce786715c50ceb5 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 18 Mar 2022 06:06:48 -0400 Subject: [PATCH] follow conventions --- src/ML-SNAP/sna.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/ML-SNAP/sna.cpp b/src/ML-SNAP/sna.cpp index b33ad8a491..9d32f4ab9c 100644 --- a/src/ML-SNAP/sna.cpp +++ b/src/ML-SNAP/sna.cpp @@ -17,12 +17,14 @@ ------------------------------------------------------------------------- */ #include "sna.h" -#include + +#include "comm.h" +#include "error.h" #include "math_const.h" #include "math_special.h" #include "memory.h" -#include "error.h" -#include "comm.h" + +#include using namespace std; using namespace LAMMPS_NS;