ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/staticProps/HBondGeometric.cpp
(Generate patch)

Comparing trunk/src/applications/staticProps/HBondGeometric.cpp (file contents):
Revision 2052 by gezelter, Fri Jan 9 19:06:35 2015 UTC vs.
Revision 2071 by gezelter, Sat Mar 7 21:41:51 2015 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines