ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/dynamicProps/Makefile
Revision: 3235
Committed: Tue Oct 2 12:05:25 2007 UTC (16 years, 11 months ago) by xsun
File size: 596 byte(s)
Log Message:
Added: Action Correlation function (for viscosity), Directional RCorr (for
non-spherical bodies)
Modified: LCorr (for multiple axes)

File Contents

# User Rev Content
1 tim 2003 Package = applications/dynamicProps
2    
3     Source = \
4 tim 2017 TimeCorrFunc.cpp \
5     CrossTimeCorrFunc.cpp \
6     ParticleTimeCorrFunc.cpp \
7 xsun 3235 FrameTimeCorrFunc.cpp \
8 tim 2003 DipoleCorrFunc.cpp \
9     RCorrFunc.cpp \
10     VCorrFunc.cpp \
11     DynamicProps.cpp \
12     DynamicPropsCmd.c \
13 chuckv 3081 LegendreCorrFunc.cpp \
14 chuckv 3110 RadialRCorrFunc.cpp \
15 xsun 3235 ActionCorrFunc.cpp \
16     ThetaCorrFunc.cpp \
17     DirectionalRCorrFunc.cpp
18 tim 2576
19 tim 2131 BuiltParallelExe = 0
20 tim 2003
21     RmiSource =
22    
23     Main = DynamicProps
24    
25     DEV_ROOT=../../..
26     include $(DEV_ROOT)/make/Makefile
27