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

Comparing trunk/OOPSE-3.0/src/brains/SimInfo.hpp (file contents):
Revision 2068 by tim, Tue Mar 1 19:11:47 2005 UTC vs.
Revision 2097 by tim, Wed Mar 9 17:30:29 2005 UTC

# Line 400 | Line 400 | class SimInfo {
400          void removeExcludePairs(Molecule* mol);
401  
402  
403        SelectionManager* getSelectionManager() {
404            return selectMan_;
405        }
406
403          /** Returns the unique atom types of local processor in an array */
404          std::set<AtomType*> getUniqueAtomTypes();
405          
# Line 504 | Line 500 | class SimInfo {
500  
501          bool fortranInitialized_; /**< flag indicate whether fortran side is initialized */
502  
507        SelectionManager* selectMan_;
503   #ifdef IS_MPI
504      //in Parallel version, we need MolToProc
505      public:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines