ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/staticProps/Makefile
Revision: 3322
Committed: Wed Jan 23 21:21:50 2008 UTC (17 years, 7 months ago) by xsun
File size: 552 byte(s)
Log Message:
fixed a few correlation functions

File Contents

# User Rev Content
1 tim 1991 Package = applications/staticProps
2    
3     Source = \
4 tim 1994 GofAngle2.cpp \
5     GofRAngle.cpp \
6     GofR.cpp \
7 xsun 3322 GofZ.cpp \
8 tim 1994 GofXyz.cpp \
9     RadialDistrFunc.cpp \
10 tim 2240 P2OrderParameter.cpp \
11 tim 2241 SCDOrderParameter.cpp \
12 tim 2242 DensityPlot.cpp \
13 tim 1995 StaticPropsCmd.c \
14 tim 1994 StaticProps.cpp \
15 xsun 2751 RhoZ.cpp \
16 xsun 2783 Hxy.cpp \
17 gezelter 3007 RippleOP.cpp \
18     BondOrderParameter.cpp \
19 chuckv 3128 BOPofR.cpp \
20 chuckv 3223 RhoR.cpp \
21     BondAngleDistribution.cpp \
22     NanoVolume.cpp
23 tim 2131 BuiltParallelExe = 0
24 tim 1991
25     RmiSource =
26    
27 tim 1994 Main = StaticProps
28 tim 1991
29     DEV_ROOT=../../..
30     include $(DEV_ROOT)/make/Makefile
31