whitespace, pointer initializer, and permission fixes

This commit is contained in:
Axel Kohlmeyer
2021-10-13 19:17:42 -04:00
parent f206eab338
commit 660bced187
5 changed files with 13 additions and 13 deletions

0
examples/mc/data.bead Executable file → Normal file
View File

0
examples/mc/in.mixed Executable file → Normal file
View File

0
examples/mc/in.pure Executable file → Normal file
View File

View File

@ -40,7 +40,7 @@ using namespace FixConst;
/* ---------------------------------------------------------------------- */
FixMolSwap::FixMolSwap(LAMMPS *lmp, int narg, char **arg) :
Fix(lmp, narg, arg)
Fix(lmp, narg, arg), random(nullptr), c_pe(nullptr)
{
if (narg < 9) error->all(FLERR,"Illegal fix mol/swap command");