ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/UseTheForce/doForces_interface.F90
(Generate patch)

Comparing trunk/OOPSE-4/src/UseTheForce/doForces_interface.F90 (file contents):
Revision 2461 by gezelter, Mon Nov 21 22:59:02 2005 UTC vs.
Revision 2508 by gezelter, Mon Dec 12 19:32:50 2005 UTC

# Line 44 | Line 44 | subroutine notifyFortranElectrostaticMethod(electrosta
44  
45   end subroutine doForceloop
46  
47 < subroutine notifyFortranElectrostaticMethod(electrostaticMethod)
47 > subroutine setFortranElectrostaticMethod(electrostaticMethod)
48    use doForces, ONLY : setElectrostaticMethod
49  
50    integer, intent(in) :: electrostaticMethod
51  
52    call setElectrostaticMethod(electrostaticMethod)
53  
54 < end subroutine notifyFortranElectrostaticMethod
54 > end subroutine setFortranElectrostaticMethod
55  
56   subroutine notifyFortranCutoffPolicy(cutPolicy)
57    use doForces, ONLY : setCutoffPolicy

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines