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

@ -38,8 +38,8 @@ using namespace LAMMPS_NS;
using namespace FixConst;
using namespace MathSpecial;
enum{NONE,HARMONIC};
enum{LUCY};
enum { NONE, HARMONIC };
enum { LUCY };
static constexpr int MAXLINE = 1024;
static constexpr int DELTA = 4;