ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/samples/LangevinHull/Makefile
Revision: 1525
Committed: Tue Nov 23 19:18:11 2010 UTC (14 years, 9 months ago) by kstocke1
File size: 269 byte(s)
Log Message:
added LangevinHull samples and ReadMe; removed old SMIPD folder


File Contents

# User Rev Content
1 kstocke1 1525 Source = \
2    
3     RmiSource =
4    
5     Main =
6    
7     SampleFiles = \
8     Au_300K.md \
9     Au_highvisc.md \
10     Au_lowvisc.md \
11     spce_1atm.md \
12     spce_100atm.md \
13     spce_Au_1atm.md \
14     spce_Au_100atm.md \
15     metals.md \
16     thiols.md \
17     water.md
18    
19     DEV_ROOT=../..
20     include $(DEV_ROOT)/make/Makefile
21