--- trunk/src/brains/SimInfo.cpp 2005/12/10 16:54:40 808 +++ trunk/src/brains/SimInfo.cpp 2005/12/12 19:32:50 809 @@ -1087,8 +1087,8 @@ namespace oopse { } // let's pass some summation method variables to fortran - setElectrostaticSummationMethod( &esm ); - notifyFortranElectrostaticMethod( &esm ); + setElectrostaticSumMethod( &esm ); + setFortranElectrostaticMethod( &esm ); setScreeningMethod( &sm ); setDampingAlpha( &alphaVal ); setReactionFieldDielectric( &dielectric );