| 65 |
|
#include "applications/dynamicProps/MomentumCorrFunc.hpp" |
| 66 |
|
#include "applications/dynamicProps/cOHz.hpp" |
| 67 |
|
#include "applications/dynamicProps/BondCorrFunc.hpp" |
| 68 |
+ |
#include "applications/dynamicProps/FreqFlucCorrFunc.hpp" |
| 69 |
|
|
| 70 |
|
using namespace OpenMD; |
| 71 |
|
|
| 152 |
|
corrFunc = new StressCorrFunc(info, dumpFileName, sele1, sele2, memSize); |
| 153 |
|
} else if (args_info.momentum_given){ |
| 154 |
|
corrFunc = new MomentumCorrFunc(info, dumpFileName, sele1, sele2, memSize); |
| 155 |
+ |
} else if (args_info.freqfluccorr_given){ |
| 156 |
+ |
corrFunc = new FreqFlucCorrFunc(info, dumpFileName, sele1, sele2, memSize); |
| 157 |
|
} else if (args_info.lcorr_given) { |
| 158 |
|
int order; |
| 159 |
|
if (args_info.order_given) |