ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/heatflux/samples/metals/surfaces/Makefile
Revision: 1670
Committed: Fri Jan 27 19:07:19 2012 UTC (14 years ago) by chuckv
File size: 225 byte(s)
Log Message:
Adding experimental branch for calculation of the heatflux based on old version of OpenMD.
This will need to be ported to the development branch later.

File Contents

# User Rev Content
1 chuckv 1232 Source = \
2    
3     RmiSource =
4    
5     Main =
6    
7     SampleFiles = \
8     Au_111.md \
9     Au_111_water.md \
10     water.md \
11     metals.md
12    
13     DEV_ROOT=../../../
14     include $(DEV_ROOT)/make/Makefile
15