ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/staticProps/Makefile
Revision: 1440
Committed: Thu Apr 29 14:41:48 2010 UTC (15 years, 3 months ago) by gezelter
Original Path: trunk/src/applications/staticProps/Makefile
File size: 586 byte(s)
Log Message:
Adding a new correlation function to do slab-segregated g(r)
calculations.  This computes at g(r) for pairs while requiring the z
coordinates of the two sites to be at fixed separations.  The data
is output in:  r, z, g(r,z)  

File Contents

# User Rev Content
1 tim 307 Package = applications/staticProps
2    
3     Source = \
4 tim 310 GofAngle2.cpp \
5     GofRAngle.cpp \
6 gezelter 1440 GofRZ.cpp \
7 tim 310 GofR.cpp \
8 xsun 1213 GofZ.cpp \
9 tim 310 GofXyz.cpp \
10     RadialDistrFunc.cpp \
11 tim 543 P2OrderParameter.cpp \
12 tim 544 SCDOrderParameter.cpp \
13 tim 545 DensityPlot.cpp \
14 tim 311 StaticPropsCmd.c \
15 tim 310 StaticProps.cpp \
16 xsun 955 RhoZ.cpp \
17 xsun 980 Hxy.cpp \
18 gezelter 1039 RippleOP.cpp \
19     BondOrderParameter.cpp \
20 chuckv 1128 BOPofR.cpp \
21 chuckv 1180 RhoR.cpp \
22     BondAngleDistribution.cpp \
23 gezelter 1413 pAngle.cpp \
24 chuckv 1180 NanoVolume.cpp
25 tim 447 BuiltParallelExe = 0
26 tim 307
27     RmiSource =
28    
29 tim 310 Main = StaticProps
30 tim 307
31     DEV_ROOT=../../..
32     include $(DEV_ROOT)/make/Makefile
33