| # | Line 53 | Line 53 | namespace OpenMD { | |
|---|---|---|
| 53 | ||
| 54 | using namespace MATPACK; | |
| 55 | namespace OpenMD { | |
| 56 | < | |
| 56 | > | |
| 57 | BondOrderParameter::BondOrderParameter(SimInfo* info, | |
| 58 | const std::string& filename, | |
| 59 | const std::string& sele, | |
| 60 | < | double rCut, int nbins) : StaticAnalyser(info, filename), selectionScript_(sele), evaluator_(info), seleMan_(info){ |
| 60 | > | double rCut, int nbins) |
| 61 | > | : StaticAnalyser(info, filename), selectionScript_(sele), seleMan_(info), |
| 62 | > | evaluator_(info) { |
| 63 | ||
| 64 | setOutputName(getPrefix(filename) + ".bo"); | |
| 65 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |