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 1976 by tim, Fri Feb 4 22:44:15 2005 UTC

# Line 61 | Line 61
61   #include "UseTheForce/ForceField.hpp"
62   #include "utils/PropertyMap.hpp"
63   #include "utils/LocalIndexManager.hpp"
64 <
64 > #include "selection/SelectionManager.hpp"
65   //another nonsense macro declaration
66   #define __C
67   #include "brains/fSimulation.h"
# Line 408 | Line 408 | class SimInfo {
408           */
409  
410          void removeExcludePairs(Molecule* mol);
411 <                
411 >
412 >
413 >        SelectionManager* getSelectionManager() {
414 >            return selectMan_;
415 >        }
416 >        
417          friend std::ostream& operator <<(std::ostream& o, SimInfo& info);
418          
419      private:
# Line 509 | Line 514 | class SimInfo {
514          double rsw_;        /**< radius of switching function*/
515  
516          bool fortranInitialized_; /**< flag indicate whether fortran side is initialized */
517 <        
517 >
518 >        SelectionManager* selectMan_;
519   #ifdef IS_MPI
520      //in Parallel version, we need MolToProc
521      public:
# Line 542 | Line 548 | class SimInfo {
548           * once.
549           */        
550          std::vector<int> molToProcMap_;
551 +
552   #endif
553  
554   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines