ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/hydrodynamics/Makefile
Revision: 2787
Committed: Mon Jun 5 18:24:45 2006 UTC (18 years, 1 month ago) by gezelter
File size: 194 byte(s)
Log Message:
Massive changes for GB code with multiple ellipsoid types (a la
Cleaver's paper).

Also, changes in hydrodynamics code to make HydroProp a somewhat
smarter class (rather than just a struct).

File Contents

# User Rev Content
1 gezelter 2752 Package = hydrodynamics
2    
3     Source = \
4 gezelter 2787 HydroProp.cpp \
5 gezelter 2752 Sphere.cpp \
6     Ellipsoid.cpp \
7    
8     RmiSource =
9    
10     Main =
11    
12     DEV_ROOT=../..
13     include $(DEV_ROOT)/make/Makefile
14    
15     # DO NOT DELETE