From 932a08024645d0f4ca7db8a09704e03b94110551 Mon Sep 17 00:00:00 2001 From: Steve Plimpton Date: Thu, 31 Aug 2023 14:45:24 -0600 Subject: [PATCH] tweak comments --- src/write_data.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/write_data.cpp b/src/write_data.cpp index 0ab72f857a..03e09cf462 100644 --- a/src/write_data.cpp +++ b/src/write_data.cpp @@ -217,8 +217,7 @@ void WriteData::write(const std::string &file) // if general triclinic: // save restricted triclinic atom coords // transform atom coords from restricted to general - // restore save atom coords after output - // NOTE: do same for velocities as well ? + // restore saved atom coords after output double **xstore = nullptr;