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

Comparing branches/new_design/OOPSE-3.0/src/brains/ForceManager.hpp (file contents):
Revision 1738 by tim, Sat Nov 13 05:08:12 2004 UTC vs.
Revision 1804 by tim, Tue Nov 30 19:58:25 2004 UTC

# Line 34 | Line 34 | namespace oopse {
34   #ifndef BRAINS_FORCEMANAGER_HPP
35   #define BRAINS_FORCEMANAGER_HPP
36  
37 + #include "brains/SimInfo.hpp"
38 +
39   namespace oopse {
40  
41   /**
# Line 51 | Line 53 | class ForceManager {
53          
54          virtual ~ForceManager() {}
55  
56 +        //public virtual function should be avoided
57 +        /**@todo need refactory */
58          virtual void calcForces(bool needPotential, bool needStress);
59  
60      protected:
# Line 59 | Line 63 | class ForceManager {
63          
64          virtual void calcShortRangeInteraction();
65  
66 <        virtual void calcLongRangeInteraction();
66 >        virtual void calcLongRangeInteraction(bool needPotential, bool needStress);
67  
68          virtual void postCalculation();
69          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines