ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/integrators/Makefile
Revision: 2994
Committed: Fri Sep 1 19:16:02 2006 UTC (19 years ago) by gezelter
File size: 402 byte(s)
Log Message:
adding NgammaT integrator

File Contents

# User Rev Content
1 gezelter 1951 Package = integrators
2    
3 gezelter 1490 Source = \
4     Integrator.cpp \
5 gezelter 1930 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 1490 NPTf.cpp \
14     NPTxyz.cpp \
15 tim 2234 NPAT.cpp \
16 tim 2611 NPrT.cpp \
17 gezelter 2994 NgammaT.cpp \
18 tim 2611 LDForceManager.cpp \
19     LangevinDynamics.cpp
20 gezelter 1490
21     RmiSource =
22    
23     Main =
24    
25 tim 1513 DEV_ROOT=../..
26     include $(DEV_ROOT)/make/Makefile
27