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

Comparing branches/new_design/OOPSE-4/src/brains/SimInfo.hpp (file contents):
Revision 1902 by tim, Tue Dec 7 23:08:14 2004 UTC vs.
Revision 1903 by tim, Thu Jan 6 00:16:07 2005 UTC

# Line 266 | Line 266 | class SimInfo {
266          MoleculeStamp* getMoleculeStamp(int id) {
267              return moleculeStamps_[id];
268          }
269 <        
269 >
270 >        /** Return the total number of the molecule stamps */
271 >        int getNMoleculeStamp() {
272 >            return moleculeStamps_.size();
273 >        }
274          /**
275           * Finds a molecule with a specified global index
276           * @return a pointer point to found molecule

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines