Revision: | 916 |
Committed: | Fri Mar 24 16:49:09 2006 UTC (19 years, 4 months ago) by tim |
Original Path: | trunk/src/applications/dynamicProps/Makefile |
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. |
# | User | Rev | Content |
---|---|---|---|
1 | tim | 319 | Package = applications/dynamicProps |
2 | |||
3 | Source = \ | ||
4 | tim | 333 | TimeCorrFunc.cpp \ |
5 | CrossTimeCorrFunc.cpp \ | ||
6 | ParticleTimeCorrFunc.cpp \ | ||
7 | tim | 319 | DipoleCorrFunc.cpp \ |
8 | tim | 916 | RMSD.cpp \ |
9 | tim | 319 | RCorrFunc.cpp \ |
10 | VCorrFunc.cpp \ | ||
11 | DynamicProps.cpp \ | ||
12 | DynamicPropsCmd.c \ | ||
13 | tim | 876 | LegendreCorrFunc.cpp |
14 | |||
15 | tim | 447 | BuiltParallelExe = 0 |
16 | tim | 319 | |
17 | RmiSource = | ||
18 | |||
19 | Main = DynamicProps | ||
20 | |||
21 | DEV_ROOT=../../.. | ||
22 | include $(DEV_ROOT)/make/Makefile | ||
23 |