ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/integrators/Makefile
Revision: 1820
Committed: Thu Dec 2 00:09:35 2004 UTC (19 years, 8 months ago) by tim
File size: 270 byte(s)
Log Message:
NVE get built

File Contents

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