This commit is contained in:
Axel Kohlmeyer 2020-09-23 15:45:29 -04:00
parent 343932f220
commit 790f636523
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ template <class T> 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: