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

File Contents

# Content
1 subroutine setFunctionType(the_FT)
2 use switcheroo, ONLY : module_setFT => set_switch_type
3 integer,intent(inout) :: the_FT
4 call module_setFT(the_FT)
5 end subroutine setFunctionType
6
7 subroutine deleteSwitch()
8 use switcheroo, ONLY : module_delete_switch => delete_switch
9 call module_delete_switch()
10 end subroutine deleteSwitch
11

Properties

Name Value
svn:keywords Author Id Revision Date