apply clang-format

This commit is contained in:
Axel Kohlmeyer
2024-10-05 22:25:07 -04:00
parent 6ab0b2c249
commit 719a64d9dd
9 changed files with 93 additions and 64 deletions

View File

@ -124,7 +124,8 @@ void ComputeMSDChunk::compute_array()
// first time call, allocate per-chunk arrays
// thereafter, require nchunk remain the same
if (firstflag) msdnchunk = nchunk;
if (firstflag)
msdnchunk = nchunk;
else if (msdnchunk != nchunk)
error->all(FLERR, "Compute msd/chunk nchunk is not static");