programming style

This commit is contained in:
Axel Kohlmeyer
2023-01-04 09:19:08 -05:00
parent 8d9a4d86ba
commit cd54c41276

View File

@ -386,8 +386,8 @@ void FixAdapt::init()
for (i = ad->ilo; i <= ad->ihi; i++)
for (j = MAX(ad->jlo,i); j <= ad->jhi; j++)
if (!pair->check_ijtype(i,j,pstyle))
error->all(FLERR,"Fix adapt type pair range is not valid for "
"pair hybrid sub-style");
error->all(FLERR,"Fix adapt type pair range is not valid "
"for pair hybrid sub-style {}", pstyle);
}
delete[] pstyle;