ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/dynamicProps/DynamicProps.cpp
(Generate patch)

Comparing trunk/OOPSE-4/src/applications/dynamicProps/DynamicProps.cpp (file contents):
Revision 3321 by xsun, Tue Oct 2 12:05:25 2007 UTC vs.
Revision 3322 by xsun, Wed Jan 23 21:21:50 2008 UTC

# Line 55 | Line 55
55   #include "applications/dynamicProps/LegendreCorrFunc.hpp"
56   #include "applications/dynamicProps/RadialRCorrFunc.hpp"
57   #include "applications/dynamicProps/ThetaCorrFunc.hpp"
58 #include "applications/dynamicProps/ActionCorrFunc.hpp"
58   #include "applications/dynamicProps/DirectionalRCorrFunc.hpp"
59  
60  
# Line 120 | Line 119 | int main(int argc, char* argv[]){
119      corrFunc = new RadialRCorrFunc(info, dumpFileName, sele1, sele2);
120    } else if (args_info.thetacorr_given) {
121      corrFunc = new ThetaCorrFunc(info, dumpFileName, sele1, sele2);
123  } else if (args_info.actioncorr_given) {
124    corrFunc = new ActionCorrFunc(info, dumpFileName, sele1, sele2);
122    } else if (args_info.drcorr_given) {
123      corrFunc = new DirectionalRCorrFunc(info, dumpFileName, sele1, sele2);
124    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines