| Revision: | 1096 |
| Committed: | Wed Dec 6 01:05:43 2006 UTC (19 years ago) by chuckv |
| File size: | 498 byte(s) |
| Log Message: | Adding support for radial rcorr. |
| # | Content |
|---|---|
| 1 | Package = applications/dynamicProps |
| 2 | |
| 3 | Source = \ |
| 4 | TimeCorrFunc.cpp \ |
| 5 | CrossTimeCorrFunc.cpp \ |
| 6 | ParticleTimeCorrFunc.cpp \ |
| 7 | DipoleCorrFunc.cpp \ |
| 8 | RCorrFunc.cpp \ |
| 9 | VCorrFunc.cpp \ |
| 10 | DynamicProps.cpp \ |
| 11 | DynamicPropsCmd.c \ |
| 12 | LegendreCorrFunc.cpp \ |
| 13 | SnapshotCentroid.cpp \ |
| 14 | RadialRCorrFunc.cpp |
| 15 | |
| 16 | BuiltParallelExe = 0 |
| 17 | |
| 18 | RmiSource = |
| 19 | |
| 20 | Main = DynamicProps |
| 21 | |
| 22 | DEV_ROOT=../../.. |
| 23 | include $(DEV_ROOT)/make/Makefile |
| 24 |