| Revision: | 916 |
| Committed: | Fri Mar 24 16:49:09 2006 UTC (19 years, 8 months ago) by tim |
| File size: | 466 byte(s) |
| Log Message: | Adding position correlation function. The command line option for DynamicProps is now changed. --rcorr is for position correlation and --rmsd is for mean square displacement. |
| # | Content |
|---|---|
| 1 | Package = applications/dynamicProps |
| 2 | |
| 3 | Source = \ |
| 4 | TimeCorrFunc.cpp \ |
| 5 | CrossTimeCorrFunc.cpp \ |
| 6 | ParticleTimeCorrFunc.cpp \ |
| 7 | DipoleCorrFunc.cpp \ |
| 8 | RMSD.cpp \ |
| 9 | RCorrFunc.cpp \ |
| 10 | VCorrFunc.cpp \ |
| 11 | DynamicProps.cpp \ |
| 12 | DynamicPropsCmd.c \ |
| 13 | LegendreCorrFunc.cpp |
| 14 | |
| 15 | BuiltParallelExe = 0 |
| 16 | |
| 17 | RmiSource = |
| 18 | |
| 19 | Main = DynamicProps |
| 20 | |
| 21 | DEV_ROOT=../../.. |
| 22 | include $(DEV_ROOT)/make/Makefile |
| 23 |