whitespace, pointer initializer, and permission fixes
This commit is contained in:
0
examples/mc/data.bead
Executable file → Normal file
0
examples/mc/data.bead
Executable file → Normal file
0
examples/mc/in.mixed
Executable file → Normal file
0
examples/mc/in.mixed
Executable file → Normal file
0
examples/mc/in.pure
Executable file → Normal file
0
examples/mc/in.pure
Executable file → Normal file
@ -40,7 +40,7 @@ using namespace FixConst;
|
|||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
|
||||||
FixMolSwap::FixMolSwap(LAMMPS *lmp, int narg, char **arg) :
|
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");
|
if (narg < 9) error->all(FLERR,"Illegal fix mol/swap command");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user