update programming style

This commit is contained in:
Axel Kohlmeyer
2022-01-21 15:56:58 -05:00
parent 57def1a2d5
commit 6506be9409
2 changed files with 13 additions and 16 deletions

View File

@ -13,20 +13,22 @@
------------------------------------------------------------------------- */
#include "fix_balance.h"
#include <cstring>
#include "balance.h"
#include "update.h"
#include "atom.h"
#include "balance.h"
#include "comm.h"
#include "domain.h"
#include "neighbor.h"
#include "irregular.h"
#include "error.h"
#include "fix_store.h"
#include "force.h"
#include "irregular.h"
#include "kspace.h"
#include "modify.h"
#include "fix_store.h"
#include "neighbor.h"
#include "rcb.h"
#include "error.h"
#include "update.h"
#include <cstring>
using namespace LAMMPS_NS;
using namespace FixConst;