ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/integrators/Makefile
Revision: 537
Committed: Thu May 19 15:49:53 2005 UTC (20 years, 2 months ago) by tim
File size: 333 byte(s)
Log Message:
fix bug in NPAT and NPrT

File Contents

# User Rev Content
1 gezelter 267 Package = integrators
2    
3 gezelter 2 Source = \
4     Integrator.cpp \
5 gezelter 246 IntegratorFactory.cpp \
6     Velocitizer.cpp \
7     VelocityVerletIntegrator.cpp \
8     DLM.cpp \
9     NVE.cpp \
10     NVT.cpp \
11     NPT.cpp \
12     NPTi.cpp \
13 gezelter 2 NPTf.cpp \
14     NPTxyz.cpp \
15 tim 537 NPAT.cpp \
16     NPrT.cpp
17 gezelter 2
18     RmiSource =
19    
20     Main =
21    
22 tim 24 DEV_ROOT=../..
23     include $(DEV_ROOT)/make/Makefile
24