git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1933 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2008-06-25 22:28:37 +00:00
parent 8ed4cbfccb
commit a29b594649
1 changed files with 3 additions and 3 deletions

View File

@ -12,11 +12,11 @@
------------------------------------------------------------------------- */
// Pointers class contains ptrs to master copy of
// fundamental and top-level LAMMPS class ptrs stored in lammps.h
// every LAMMPS class inherits from Pointers to get access to lammps.h ptrs
// fundamental LAMMPS class ptrs stored in lammps.h
// every LAMMPS class inherits from Pointers to access lammps.h ptrs
// these variables are auto-initialized by Pointer class constructor
// *& variables are really pointers to the pointers in lammps.h
// & enables them to be used in any class as error->all()
// & enables them to be accessed directly in any class, e.g. error->all()
#ifndef POINTERS_H
#define POINTERS_H