ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/heatflux/src/UseTheForce/DarkSide/MetalNonMetal_interface.F90
Revision: 1670
Committed: Fri Jan 27 19:07:19 2012 UTC (13 years, 11 months ago) by chuckv
File size: 581 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 1164 ! provide interface for c calls....
2    
3     subroutine addMNMInteraction(myInteraction)
4    
5     use MetalNonMetal, ONLY: module_addInteraction => addInteraction
6     use definitions, ONLY : dp
7     #define __FORTRAN90
8     #include "UseTheForce/DarkSide/fMnMInteractions.h"
9    
10     type(MNMType), intent(inout) :: myInteraction
11     call module_addInteraction(myInteraction)
12    
13     end subroutine addMNMInteraction
14    
15     ! clears memory up
16     subroutine deleteMNMInteractions()
17     use MetalNonMetal,ONLY: module_deleteInteractions => deleteInteractions
18     call module_deleteInteractions()
19     end subroutine deleteMNMInteractions

Properties

Name Value
svn:keywords Author Id Revision Date