ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/integrators/Makefile
(Generate patch)

Comparing trunk/OOPSE-2.0/src/integrators/Makefile (file contents):
Revision 1513 by tim, Wed Sep 29 21:55:03 2004 UTC vs.
Revision 2234 by tim, Thu May 19 15:49:53 2005 UTC

# Line 1 | Line 1
1 + Package = integrators
2 +
3   Source    = \
4          Integrator.cpp \
5 <        NPT.cpp \
6 <        NPTf.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 <        NVT.cpp \
15 >        NPAT.cpp \
16 >        NPrT.cpp
17  
18   RmiSource =
19  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines