Revision: | 1180 |
Committed: | Mon Sep 17 20:05:51 2007 UTC (17 years, 10 months ago) by chuckv |
Original Path: | trunk/src/applications/staticProps/Makefile |
File size: | 532 byte(s) |
Log Message: | Added code to compute bond angle distributions. |
# | User | Rev | Content |
---|---|---|---|
1 | tim | 307 | Package = applications/staticProps |
2 | |||
3 | Source = \ | ||
4 | tim | 310 | GofAngle2.cpp \ |
5 | GofRAngle.cpp \ | ||
6 | GofR.cpp \ | ||
7 | GofXyz.cpp \ | ||
8 | RadialDistrFunc.cpp \ | ||
9 | tim | 543 | P2OrderParameter.cpp \ |
10 | tim | 544 | SCDOrderParameter.cpp \ |
11 | tim | 545 | DensityPlot.cpp \ |
12 | tim | 311 | StaticPropsCmd.c \ |
13 | tim | 310 | StaticProps.cpp \ |
14 | xsun | 955 | RhoZ.cpp \ |
15 | xsun | 980 | Hxy.cpp \ |
16 | gezelter | 1039 | RippleOP.cpp \ |
17 | BondOrderParameter.cpp \ | ||
18 | chuckv | 1128 | BOPofR.cpp \ |
19 | chuckv | 1180 | RhoR.cpp \ |
20 | BondAngleDistribution.cpp \ | ||
21 | NanoVolume.cpp | ||
22 | tim | 447 | BuiltParallelExe = 0 |
23 | tim | 307 | |
24 | RmiSource = | ||
25 | |||
26 | tim | 310 | Main = StaticProps |
27 | tim | 307 | |
28 | DEV_ROOT=../../.. | ||
29 | include $(DEV_ROOT)/make/Makefile | ||
30 |