ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/staticProps/Makefile
Revision: 3128
Committed: Wed Apr 11 23:27:20 2007 UTC (17 years, 3 months ago) by chuckv
File size: 486 byte(s)
Log Message:
Added Bond Order Parameter as a function of radius.

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     GofXyz.cpp \
8     RadialDistrFunc.cpp \
9 tim 2240 P2OrderParameter.cpp \
10 tim 2241 SCDOrderParameter.cpp \
11 tim 2242 DensityPlot.cpp \
12 tim 1995 StaticPropsCmd.c \
13 tim 1994 StaticProps.cpp \
14 xsun 2751 RhoZ.cpp \
15 xsun 2783 Hxy.cpp \
16 gezelter 3007 RippleOP.cpp \
17     BondOrderParameter.cpp \
18 chuckv 3128 BOPofR.cpp \
19 chuckv 3078 RhoR.cpp
20 tim 2131 BuiltParallelExe = 0
21 tim 1991
22     RmiSource =
23    
24 tim 1994 Main = StaticProps
25 tim 1991
26     DEV_ROOT=../../..
27     include $(DEV_ROOT)/make/Makefile
28