From c6b7143863b5f35b6edc1e484aa816cfb7f99f99 Mon Sep 17 00:00:00 2001 From: Steve Plimpton Date: Mon, 22 Jul 2024 14:12:52 -0600 Subject: [PATCH] whitespace around comment --- src/npair.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/npair.cpp b/src/npair.cpp index 9af7767912..006dc6101f 100644 --- a/src/npair.cpp +++ b/src/npair.cpp @@ -189,6 +189,7 @@ void NPair::build_setup() if (ns) copy_stencil_info(); // set here, since build_setup() always called before build() + last_build = update->ntimestep; }