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

Comparing trunk/src/applications/staticProps/StaticProps.cpp (file contents):
Revision 1439 by gezelter, Mon Mar 22 19:21:22 2010 UTC vs.
Revision 1440 by gezelter, Thu Apr 29 14:41:48 2010 UTC

# Line 53 | Line 53
53   #include "applications/staticProps/StaticAnalyser.hpp"
54   #include "applications/staticProps/GofR.hpp"
55   #include "applications/staticProps/GofZ.hpp"
56 + #include "applications/staticProps/GofRZ.hpp"
57   #include "applications/staticProps/GofRAngle.hpp"
58   #include "applications/staticProps/GofAngle2.hpp"
59   #include "applications/staticProps/GofXyz.hpp"
# Line 187 | Line 188 | int main(int argc, char* argv[]){
188    } else if (args_info.gofz_given) {
189      analyser= new GofZ(info, dumpFileName, sele1, sele2, maxLen,
190                         args_info.nbins_arg);
191 +  } else if (args_info.r_z_given) {
192 +    analyser  = new GofRZ(info, dumpFileName, sele1, sele2, maxLen,
193 +                              args_info.nbins_arg, args_info.nbins_z_arg);
194    } else if (args_info.r_theta_given) {
195      analyser  = new GofRTheta(info, dumpFileName, sele1, sele2, maxLen,
196                                args_info.nbins_arg, args_info.nanglebins_arg);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines