ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/integrators/Makefile
Revision: 1837
Committed: Thu Dec 2 22:15:31 2004 UTC (19 years, 7 months ago) by tim
File size: 295 byte(s)
Log Message:
refine factory pattern to make it initialized correctly

File Contents

# User Rev Content
1 gezelter 1490 Source = \
2 tim 1819 IntegratorFactory.cpp \
3 tim 1837 IntegratorCreator.cpp \
4 tim 1819 Velocitizer.cpp \
5     VelocityVerletIntegrator.cpp \
6 tim 1820 DLM.cpp \
7     NVE.cpp \
8     NVT.cpp \
9     NPT.cpp \
10 tim 1822 NPTi.cpp \
11 gezelter 1490 NPTf.cpp \
12     NPTxyz.cpp \
13    
14     RmiSource =
15    
16     Main =
17    
18 tim 1513 DEV_ROOT=../..
19     include $(DEV_ROOT)/make/Makefile
20