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

Comparing trunk/OOPSE-4/src/UseTheForce/DarkSide/simulation_interface.F90 (file contents):
Revision 2203 by gezelter, Fri Jan 14 20:31:16 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 4 | Line 4 | subroutine setFortranSim(setThisSim, CnGlobal, CnLocal
4       status)
5    use definitions, ONLY : dp    
6    use simulation
7 <  
7 >
8    type (simtype) :: setThisSim
9    integer, intent(inout) :: CnGlobal, CnLocal
10    integer, dimension(CnLocal),intent(inout) :: c_idents
11 <  
11 >
12    integer :: CnLocalExcludes
13    integer, dimension(2,CnLocalExcludes), intent(inout) :: CexcludesLocal
14    integer :: CnGlobalExcludes
# Line 16 | Line 16 | subroutine setFortranSim(setThisSim, CnGlobal, CnLocal
16    integer, dimension(CnGlobal),intent(inout) :: CmolMembership
17    !!  Result status, success = 0, status = -1
18    integer, intent(inout) :: status
19 <  
19 >
20    !! mass factors used for molecular cutoffs
21    real ( kind = dp ), dimension(CnLocal) :: Cmfact
22    integer, intent(in):: CnGroups
23    integer, dimension(CnGlobal), intent(inout):: CglobalGroupMembership
24 <  
24 >
25    call SimulationSetup(setThisSim, CnGlobal, CnLocal, c_idents, &
26         CnLocalExcludes, CexcludesLocal, CnGlobalExcludes, CexcludesGlobal, &
27         CmolMembership, Cmfact, CnGroups, CglobalGroupMembership, &
# Line 33 | Line 33 | subroutine setFortranBox(cHmat, cHmatInv, cBoxIsOrthor
33    use definitions, ONLY : dp
34    real(kind=dp), dimension(3,3) :: cHmat, cHmatInv
35    integer :: cBoxIsOrthorhombic
36 <  
36 >
37    call setBox(cHmat, cHmatInv, cBoxIsOrthorhombic)
38 <  
38 >
39   end subroutine setFortranBox

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines