ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/dynamicProps/Makefile
Revision: 2668
Committed: Fri Mar 24 16:49:09 2006 UTC (18 years, 5 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.

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 tim 2003 DipoleCorrFunc.cpp \
8 tim 2668 RMSD.cpp \
9 tim 2003 RCorrFunc.cpp \
10     VCorrFunc.cpp \
11     DynamicProps.cpp \
12     DynamicPropsCmd.c \
13 tim 2576 LegendreCorrFunc.cpp
14    
15 tim 2131 BuiltParallelExe = 0
16 tim 2003
17     RmiSource =
18    
19     Main = DynamicProps
20    
21     DEV_ROOT=../../..
22     include $(DEV_ROOT)/make/Makefile
23