programming style updates

This commit is contained in:
Axel Kohlmeyer
2024-01-19 00:03:13 -05:00
parent 4015d1bb39
commit e28f93dca4
7 changed files with 73 additions and 100 deletions

View File

@ -39,8 +39,7 @@
using namespace LAMMPS_NS;
using MathConst::MY_PI;
enum{NONE,RLINEAR,RSQ};
enum { NONE, RLINEAR, RSQ };
static constexpr int MAXLINE = 1024;
static const char cite_pair_multi_lucy[] =