--- trunk/OOPSE-3.0/src/brains/SimInfo.hpp 2005/05/30 14:01:52 2252 +++ trunk/OOPSE-3.0/src/brains/SimInfo.hpp 2005/09/15 00:14:35 2297 @@ -438,6 +438,9 @@ namespace oopse{ /** Figure out the radius of cutoff, radius of switching function and pass them to fortran */ void setupCutoff(); + /** Figure out which coulombic correction method to use and pass to fortran */ + void setupCoulombicCorrection( int isError ); + /** Calculates the number of degress of freedom in the whole system */ void calcNdf(); void calcNdfRaw();