From 790f636523b52281465c123d0962c6914e40dc52 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 23 Sep 2020 15:45:29 -0400 Subject: [PATCH] rephrase --- src/pointers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pointers.h b/src/pointers.h index ad0dfaf6aa..5dc1a63078 100644 --- a/src/pointers.h +++ b/src/pointers.h @@ -59,8 +59,8 @@ template class MyPage; * This kind of construct is needed, since the LAMMPS constructor * should only be run once per LAMMPS instance and thus classes * cannot be derived from LAMMPS itself. The Pointers class - * constructor instead only initializes the references to the - * LAMMPS class members it provides access to. */ + * constructor instead only initializes C++ references to component + * pointer in the LAMMPS class. */ class Pointers { public: