ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/integrators/Makefile
Revision: 1145
Committed: Thu May 31 17:46:49 2007 UTC (18 years, 3 months ago) by chuckv
File size: 426 byte(s)
Log Message:
Starting NPT Langevin. Added new force manager files.

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 tim 895 NPrT.cpp \
17 gezelter 1032 NgammaT.cpp \
18 tim 895 LDForceManager.cpp \
19 chuckv 1145 SMLDForceManager.cpp \
20 tim 895 LangevinDynamics.cpp
21 gezelter 2
22     RmiSource =
23    
24     Main =
25    
26 tim 24 DEV_ROOT=../..
27     include $(DEV_ROOT)/make/Makefile
28