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

@ -442,7 +442,7 @@ void ReadData::command(int narg, char **arg)
atom->deallocate_topology();
// allocate atom arrays to N, rounded up by increment of DELTA
bigint nbig = n;
nbig = atom->avec->roundup(nbig);
n = static_cast<int> (nbig);