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

Comparing trunk/OOPSE-4/src/integrators/LDForceManager.hpp (file contents):
Revision 2752 by gezelter, Tue May 16 02:06:37 2006 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 78 | Line 78 | namespace oopse {
78      
79    private:
80      std::map<std::string, HydroProp> parseFrictionFile(const std::string& filename);    
81 <    void genRandomForceAndTorque(Vector3d& force, Vector3d& torque, unsigned int index, double variance);
81 >    void genRandomForceAndTorque(Vector3d& force, Vector3d& torque, unsigned int index, RealType variance);
82      std::vector<HydroProp> hydroProps_;
83      SeqRandNumGen randNumGen_;    
84 <    double variance_;
85 <    double langevinBufferRadius_;
86 <    double frozenBufferRadius_;
84 >    RealType variance_;
85 >    RealType langevinBufferRadius_;
86 >    RealType frozenBufferRadius_;
87      bool sphericalBoundaryConditions_;
88    };
89    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines