--- trunk/src/applications/staticProps/BOPofR.cpp 2012/08/30 17:18:22 1790 +++ trunk/src/applications/staticProps/BOPofR.cpp 2012/08/31 21:16:10 1793 @@ -181,7 +181,7 @@ namespace OpenMD { std::vector Q; std::vector W; std::vector W_hat; - int nBonds, Nbonds; + int nBonds; SphericalHarmonic sphericalHarmonic; int i; @@ -200,7 +200,6 @@ namespace OpenMD { Q.resize(lMax_+1); W.resize(lMax_+1); W_hat.resize(lMax_+1); - Nbonds = 0; for (int istep = 0; istep < nFrames; istep += step_) { reader.readFrame(istep);