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 (16 years, 5 months ago) by xsun
File size: 552 byte(s)
Log Message:
fixed a few correlation functions

File Contents

# Content
1 Package = applications/staticProps
2
3 Source = \
4 GofAngle2.cpp \
5 GofRAngle.cpp \
6 GofR.cpp \
7 GofZ.cpp \
8 GofXyz.cpp \
9 RadialDistrFunc.cpp \
10 P2OrderParameter.cpp \
11 SCDOrderParameter.cpp \
12 DensityPlot.cpp \
13 StaticPropsCmd.c \
14 StaticProps.cpp \
15 RhoZ.cpp \
16 Hxy.cpp \
17 RippleOP.cpp \
18 BondOrderParameter.cpp \
19 BOPofR.cpp \
20 RhoR.cpp \
21 BondAngleDistribution.cpp \
22 NanoVolume.cpp
23 BuiltParallelExe = 0
24
25 RmiSource =
26
27 Main = StaticProps
28
29 DEV_ROOT=../../..
30 include $(DEV_ROOT)/make/Makefile
31