| 73 |  |  | 
| 74 |  | // public virtual functions should be avoided | 
| 75 |  | /**@todo needs refactoring */ | 
| 76 | < | virtual void calcForces(bool needPotential, bool needStress); | 
| 76 | > | virtual void calcForces(); | 
| 77 |  |  | 
| 78 |  | virtual void init() {} | 
| 79 |  | protected: | 
| 82 |  |  | 
| 83 |  | virtual void calcShortRangeInteraction(); | 
| 84 |  |  | 
| 85 | < | virtual void calcLongRangeInteraction(bool needPotential, bool needStress); | 
| 85 | > | virtual void calcLongRangeInteraction(); | 
| 86 |  |  | 
| 87 | < | virtual void postCalculation(bool needStress); | 
| 87 | > | virtual void postCalculation(); | 
| 88 |  |  | 
| 89 |  | SimInfo * info_; | 
| 90 |  |  |