--- trunk/src/applications/staticProps/BondOrderParameter.cpp 2012/08/30 17:18:22 1790 +++ trunk/src/applications/staticProps/BondOrderParameter.cpp 2015/03/07 21:41:51 2071 @@ -35,7 +35,7 @@ * * [1] Meineke, et al., J. Comp. Chem. 26, 252-271 (2005). * [2] Fennell & Gezelter, J. Chem. Phys. 124, 234104 (2006). - * [3] Sun, Lin & Gezelter, J. Chem. Phys. 128, 24107 (2008). + * [3] Sun, Lin & Gezelter, J. Chem. Phys. 128, 234107 (2008). * [4] Kuang & Gezelter, J. Chem. Phys. 133, 164101 (2010). * [4] , Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011). * * Created by J. Daniel Gezelter on 09/26/06. @@ -53,11 +53,13 @@ namespace OpenMD { using namespace MATPACK; namespace OpenMD { - + BondOrderParameter::BondOrderParameter(SimInfo* info, const std::string& filename, const std::string& sele, - double rCut, int nbins) : StaticAnalyser(info, filename), selectionScript_(sele), evaluator_(info), seleMan_(info){ + double rCut, int nbins) + : StaticAnalyser(info, filename), selectionScript_(sele), seleMan_(info), + evaluator_(info) { setOutputName(getPrefix(filename) + ".bo");