whitespace fixup with dynamic casts

This commit is contained in:
Axel Kohlmeyer
2022-09-10 13:26:38 -04:00
parent 9b172d66f8
commit 67f6adebb7
175 changed files with 391 additions and 391 deletions

View File

@ -466,7 +466,7 @@ void FixAveChunk::init()
int icompute = modify->find_compute(idchunk);
if (icompute < 0)
error->all(FLERR,"Chunk/atom compute does not exist for fix ave/chunk");
cchunk = dynamic_cast<ComputeChunkAtom *>( modify->compute[icompute]);
cchunk = dynamic_cast<ComputeChunkAtom *>(modify->compute[icompute]);
if (biasflag) {
int i = modify->find_compute(id_bias);