# | Line 50 | Line 50 | |
---|---|---|
50 | ||
51 | #include "applications/dynamicProps/DynamicPropsCmd.h" | |
52 | #include "applications/dynamicProps/DipoleCorrFunc.hpp" | |
53 | – | #include "applications/dynamicProps/RMSD.hpp" |
53 | #include "applications/dynamicProps/RCorrFunc.hpp" | |
54 | #include "applications/dynamicProps/VCorrFunc.hpp" | |
55 | #include "applications/dynamicProps/LegendreCorrFunc.hpp" | |
# | Line 112 | Line 111 | int main(int argc, char* argv[]){ | |
111 | ||
112 | ||
113 | TimeCorrFunc* corrFunc; | |
114 | < | if (args_info.rmsd_given) { |
116 | < | corrFunc = new RMSD(info, dumpFileName, sele1, sele2); |
117 | < | } else if (args_info.dcorr_given){ |
114 | > | if (args_info.dcorr_given){ |
115 | corrFunc = new DipoleCorrFunc(info, dumpFileName, sele1, sele2); | |
116 | } else if (args_info.rcorr_given) { | |
117 | corrFunc = new RCorrFunc(info, dumpFileName, sele1, sele2); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |