ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/integrators/Makefile
Revision: 2234
Committed: Thu May 19 15:49:53 2005 UTC (19 years, 1 month ago) by tim
File size: 333 byte(s)
Log Message:
fix bug in NPAT and NPrT

File Contents

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