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

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