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

Comparing trunk/OOPSE-2.0/src/brains/SimInfo.hpp (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2006 by tim, Sun Feb 13 08:05:33 2005 UTC

# Line 71 | Line 71 | class Molecule;
71   //forward decalration
72   class SnapshotManager;
73   class Molecule;
74 <
74 > class SelectionManager;
75   /**
76   * @class SimInfo SimInfo.hpp "brains/SimInfo.hpp"
77   * @brief As one of the heavy weight class of OOPSE, SimInfo
# Line 408 | Line 408 | class SimInfo {
408           */
409  
410          void removeExcludePairs(Molecule* mol);
411 <                
412 <        friend std::ostream& operator <<(std::ostream& o, SimInfo& info);
413 <        
414 <    private:
411 >
412  
413 <        
413 >        SelectionManager* getSelectionManager() {
414 >            return selectMan_;
415 >        }
416 >
417          /** Returns the unique atom types of local processor in an array */
418          std::set<AtomType*> getUniqueAtomTypes();
419 +        
420 +        friend std::ostream& operator <<(std::ostream& o, SimInfo& info);
421 +        
422 +    private:
423  
424          /** fill up the simtype struct*/
425          void setupSimType();
# Line 509 | Line 513 | class SimInfo {
513          double rsw_;        /**< radius of switching function*/
514  
515          bool fortranInitialized_; /**< flag indicate whether fortran side is initialized */
516 <        
516 >
517 >        SelectionManager* selectMan_;
518   #ifdef IS_MPI
519      //in Parallel version, we need MolToProc
520      public:
# Line 542 | Line 547 | class SimInfo {
547           * once.
548           */        
549          std::vector<int> molToProcMap_;
550 +
551   #endif
552  
553   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines