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

File Contents

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