ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/integrators/Makefile
Revision: 1819
Committed: Wed Dec 1 22:45:49 2004 UTC (19 years, 9 months ago) by tim
File size: 234 byte(s)
Log Message:
rename DumpWrite to DumpWriter

File Contents

# User Rev Content
1 gezelter 1490 Source = \
2 tim 1819 IntegratorFactory.cpp \
3     Velocitizer.cpp \
4     VelocityVerletIntegrator.cpp \
5 gezelter 1490 NPT.cpp \
6     NPTf.cpp \
7     NPTi.cpp \
8     NPTxyz.cpp \
9     NVT.cpp \
10    
11     RmiSource =
12    
13     Main =
14    
15 tim 1513 DEV_ROOT=../..
16     include $(DEV_ROOT)/make/Makefile
17