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

Comparing trunk/OOPSE-2.0/src/integrators/Velocitizer.hpp (file contents):
Revision 2076 by tim, Wed Mar 2 15:36:14 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 39 | Line 39
39   * such damages.
40   */
41  
42 < /**
43 <  * @file Velocitizer.hpp
44 <  * @author tlin
45 <  * @date 11/14/2004
46 <  * @time 13:25am
47 <  * @version 1.0
48 <  */
42 > /**
43 > * @file Velocitizer.hpp
44 > * @author tlin
45 > * @date 11/14/2004
46 > * @time 13:25am
47 > * @version 1.0
48 > */
49  
50   #ifndef INTEGRATORS_VELOCITIZER_HPP
51   #define INTEGRATORS_VELOCITIZER_HPP
# Line 54 | Line 54 | namespace oopse {
54  
55   namespace oopse {
56  
57 < /**
58 < * @class Velocitizer Velocitizer.hpp "integratos/Velocitizer.hpp"
59 < * @todo document
60 < */
61 < class Velocitizer {
62 <    public:
63 <        Velocitizer(SimInfo* info);
64 <        virtual ~Velocitizer();
57 >  /**
58 >   * @class Velocitizer Velocitizer.hpp "integratos/Velocitizer.hpp"
59 >   * @todo document
60 >   */
61 >  class Velocitizer {
62 >  public:
63 >    Velocitizer(SimInfo* info);
64 >    virtual ~Velocitizer();
65          
66 <        void velocitize(double temperature);
66 >    void velocitize(double temperature);
67  
68 <        void removeComDrift();
68 >    void removeComDrift();
69          
70 <    private:
70 >  private:
71          
72 <        SimInfo* info_;
72 >    SimInfo* info_;
73  
74 <        RandNumGen* randNumGen_;
74 >    RandNumGen* randNumGen_;
75  
76 < };
76 >  };
77  
78   }
79   #endif //INTEGRATORS_VELOCITIZER_HPP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines