Revision: | 1213 |
Committed: | Wed Jan 23 21:21:50 2008 UTC (17 years, 6 months ago) by xsun |
Original Path: | trunk/src/applications/dynamicProps/Makefile |
File size: | 563 byte(s) |
Log Message: | fixed a few correlation functions |
# | User | Rev | Content |
---|---|---|---|
1 | tim | 319 | Package = applications/dynamicProps |
2 | |||
3 | Source = \ | ||
4 | tim | 333 | TimeCorrFunc.cpp \ |
5 | CrossTimeCorrFunc.cpp \ | ||
6 | ParticleTimeCorrFunc.cpp \ | ||
7 | xsun | 1183 | FrameTimeCorrFunc.cpp \ |
8 | tim | 319 | DipoleCorrFunc.cpp \ |
9 | RCorrFunc.cpp \ | ||
10 | VCorrFunc.cpp \ | ||
11 | DynamicProps.cpp \ | ||
12 | DynamicPropsCmd.c \ | ||
13 | chuckv | 1096 | LegendreCorrFunc.cpp \ |
14 | chuckv | 1112 | RadialRCorrFunc.cpp \ |
15 | xsun | 1183 | ThetaCorrFunc.cpp \ |
16 | DirectionalRCorrFunc.cpp | ||
17 | tim | 876 | |
18 | tim | 447 | BuiltParallelExe = 0 |
19 | tim | 319 | |
20 | RmiSource = | ||
21 | |||
22 | Main = DynamicProps | ||
23 | |||
24 | DEV_ROOT=../../.. | ||
25 | include $(DEV_ROOT)/make/Makefile | ||
26 |