add check and document that "scale yes" is not supported for scaling atomic parameters with fix adapt/fep

This commit is contained in:
Axel Kohlmeyer
2023-11-23 12:37:49 -05:00
parent 9c19495392
commit 4cf8045f81
3 changed files with 15 additions and 11 deletions

View File

@ -39,8 +39,8 @@ using namespace LAMMPS_NS;
using namespace FixConst;
using namespace MathConst;
enum{PAIR,KSPACE,ATOM,BOND,ANGLE};
enum{DIAMETER,CHARGE};
enum{PAIR, KSPACE, ATOM, BOND, ANGLE};
enum{DIAMETER, CHARGE};
/* ---------------------------------------------------------------------- */