This commit is contained in:
Axel Kohlmeyer 2019-07-30 06:55:47 -04:00
parent 3559c25bd9
commit b0bccfd8a1
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ FixPour::FixPour(LAMMPS *lmp, int narg, char **arg) :
int ifix;
for (ifix = 0; ifix < modify->nfix; ifix++)
if (utils:strmatch(modify->fix[ifix]->style,"^gravity")) break;
if (utils::strmatch(modify->fix[ifix]->style,"^gravity")) break;
if (ifix == modify->nfix)
error->all(FLERR,"No fix gravity defined for fix pour");