--- trunk/src/brains/SimInfo.hpp 2005/09/15 00:14:35 598 +++ trunk/src/brains/SimInfo.hpp 2005/11/11 15:22:11 726 @@ -439,8 +439,11 @@ namespace oopse{ void setupCutoff(); /** Figure out which coulombic correction method to use and pass to fortran */ - void setupCoulombicCorrection( int isError ); + void setupElectrostaticSummationMethod( int isError ); + /** Figure out which polynomial type to use for the switching function */ + void setupSwitchingFunction(); + /** Calculates the number of degress of freedom in the whole system */ void calcNdf(); void calcNdfRaw();