From 11f687c1fbce23454009b45ddb8e77de6a57ad7d Mon Sep 17 00:00:00 2001 From: Steve Plimpton Date: Tue, 21 Jan 2020 17:56:00 -0700 Subject: [PATCH] make comment string consistent --- src/read_data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_data.cpp b/src/read_data.cpp index dd32ea5764..9655bca502 100644 --- a/src/read_data.cpp +++ b/src/read_data.cpp @@ -441,7 +441,7 @@ void ReadData::command(int narg, char **arg) atom->allocate_type_arrays(); atom->deallocate_topology(); - // allocate atom arrays to N, rounded up by increment of DELTA + // allocate atom arrays to N, rounded up by Atomvec->DELTA bigint nbig = n; nbig = atom->avec->roundup(nbig);