ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/UseTheForce/DarkSide/lj_interface.F90
Revision: 1442
Committed: Mon May 10 17:28:26 2010 UTC (15 years, 2 months ago) by gezelter
File size: 557 byte(s)
Log Message:
Adding property set to svn entries

File Contents

# Content
1 subroutine newLJtype(c_ident, sigma, epsilon, soft_pot, status)
2 use definitions
3 use lj, ONLY : module_newLJtype => newLJtype
4
5 integer,intent(inout) :: c_ident
6 real(kind=dp),intent(inout) :: sigma
7 real(kind=dp),intent(inout) :: epsilon
8 integer,intent(inout) :: soft_pot
9 integer,intent(inout) :: status
10
11 call module_newLJtype(c_ident, sigma, epsilon, soft_pot, status)
12
13 end subroutine newLJtype
14
15 subroutine destroyLJTypes()
16 use lj, ONLY: module_destroyLJTypes => destroyLJTypes
17
18 call module_destroyLJTypes()
19
20 end subroutine destroyLJTypes

Properties

Name Value
svn:keywords Author Id Revision Date