# | Line 56 | Line 56 | namespace OpenMD { | |
---|---|---|
56 | const std::string& sele2, | |
57 | double rCut, double thetaCut, int nbins) : | |
58 | StaticAnalyser(info, filename), | |
59 | < | selectionScript1_(sele1), evaluator1_(info), seleMan1_(info), |
60 | < | selectionScript2_(sele2), evaluator2_(info), seleMan2_(info){ |
59 | > | selectionScript1_(sele1), seleMan1_(info), evaluator1_(info), |
60 | > | selectionScript2_(sele2), seleMan2_(info), evaluator2_(info) { |
61 | ||
62 | setOutputName(getPrefix(filename) + ".hbg"); | |
63 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |