ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/visitors/Makefile
Revision: 2240
Committed: Thu May 26 22:45:00 2005 UTC (19 years, 1 month ago) by tim
File size: 263 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

# Content
1 Package = visitors
2
3 Source = \
4 AtomVisitor.cpp \
5 CompositeVisitor.cpp \
6 OtherVisitor.cpp \
7 RigidBodyVisitor.cpp \
8 ZconsVisitor.cpp \
9 LipidTransVisitor.cpp \
10 AtomNameVisitor.cpp
11
12 RmiSource =
13
14 Main =
15
16 DEV_ROOT=../..
17 include $(DEV_ROOT)/make/Makefile