ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/brains/SimInfo.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-2.0/src/brains/SimInfo.hpp (file contents):
Revision 1866 by tim, Mon Dec 6 04:49:53 2004 UTC vs.
Revision 1867 by tim, Tue Dec 7 23:08:14 2004 UTC

# Line 439 | Line 439 | class SimInfo {
439          /**
440           * the size of globalGroupMembership_  is nGlobalAtoms. Its index is  global index of an atom, and the
441           * corresponding content is the global index of cutoff group this atom belong to.
442 <         * It is filled by SimCreator once and only once, since it is never changed during the simulation.
442 >         * It is filled by SimCreator once and only once, since it never changed during the simulation.
443           */
444          std::vector<int> globalGroupMembership_;
445  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines