ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/integrators/Makefile
Revision: 2234
Committed: Thu May 19 15:49:53 2005 UTC (19 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 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     NPrT.cpp
17 gezelter 1490
18     RmiSource =
19    
20     Main =
21    
22 tim 1513 DEV_ROOT=../..
23     include $(DEV_ROOT)/make/Makefile
24