remove trailing whitespace

This commit is contained in:
Axel Kohlmeyer
2020-01-21 15:46:28 -05:00
parent d83cf8e4b0
commit 646dc83394
7 changed files with 28 additions and 28 deletions

View File

@ -225,7 +225,7 @@ void Replicate::command(int narg, char **arg)
atom->allocate_type_arrays();
// allocate atom arrays to size N, rounded up by AtomVec->DELTA
bigint nbig = n;
nbig = atom->avec->roundup(nbig);
n = static_cast<int> (nbig);