ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/simulation_module.F90
(Generate patch)

Comparing trunk/OOPSE/libmdtools/simulation_module.F90 (file contents):
Revision 378 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
Revision 435 by mmeineke, Fri Mar 28 19:33:37 2003 UTC

# Line 175 | Line 175 | contains
175         return
176      endif
177  
178 +
179      do i = 1, nExcludes_Local
180         excludesLocal(1,i) = CexcludesLocal(1,i)
181         excludesLocal(2,i) = CexcludesLocal(2,i)
# Line 183 | Line 184 | contains
184      do i = 1, nExcludes_Global
185         excludesGlobal(i) = CexcludesGlobal(i)
186      enddo
187 <    
187 >
188      if (status == 0) simulation_setup_complete = .true.
189      
190    end subroutine SimulationSetup
# Line 280 | Line 281 | contains
281    function getRrf() result(rrf)
282      real( kind = dp ) :: rrf
283      rrf = thisSim%rrf
284 +    write(*,*) 'getRrf = ', rrf, thisSim%rrf
285    end function getRrf
286    
287    function getRt() result(rt)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines