Merge branch 'master' into symbolic-atom-constants

This commit is contained in:
Axel Kohlmeyer
2020-09-15 17:44:31 -04:00
1186 changed files with 8448 additions and 8360 deletions

View File

@ -23,7 +23,7 @@ using namespace FixConst;
FixReadRestart::FixReadRestart(LAMMPS *lmp, int narg, char **arg) :
Fix(lmp, narg, arg),
count(NULL), extra(NULL)
count(nullptr), extra(nullptr)
{
nextra = utils::inumeric(FLERR,arg[3],false,lmp);
int nfix = utils::inumeric(FLERR,arg[4],false,lmp);