Merge branch 'develop' into BPM

This commit is contained in:
Axel Kohlmeyer
2022-04-11 12:18:34 -04:00
1084 changed files with 38368 additions and 47018 deletions

View File

@ -95,7 +95,7 @@ void AtomVecSphere::init()
for (int i = 0; i < modify->nfix; i++)
if (strcmp(modify->fix[i]->style,"adapt") == 0) {
FixAdapt *fix = (FixAdapt *) modify->fix[i];
auto fix = dynamic_cast<FixAdapt *>( modify->fix[i]);
if (fix->diamflag && radvary == 0)
error->all(FLERR,"Fix adapt changes particle radii "
"but atom_style sphere is not dynamic");