ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/staticProps/Makefile
Revision: 543
Committed: Thu May 26 22:45:00 2005 UTC (20 years, 2 months ago) by tim
File size: 347 byte(s)
Log Message:
adding AtomNameVisitor to convert atom name to its base name; wrappingvisitor
now wrap back to the center of the mass; adding P2OrderParameter into StaticProps

File Contents

# 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 311 StaticPropsCmd.c \
11 tim 310 StaticProps.cpp \
12 tim 447
13     BuiltParallelExe = 0
14 tim 307
15     RmiSource =
16    
17 tim 310 Main = StaticProps
18 tim 307
19     DEV_ROOT=../../..
20     include $(DEV_ROOT)/make/Makefile
21