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

Comparing:
branches/mmeineke/OOPSE/libmdtools/simulation_module.F90 (file contents), Revision 377 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
trunk/OOPSE/libmdtools/simulation_module.F90 (file contents), Revision 394 by gezelter, Mon Mar 24 21:55:34 2003 UTC

# Line 174 | Line 174 | contains
174         status = -1
175         return
176      endif
177 +
178  
179      do i = 1, nExcludes_Local
180         excludesLocal(1,i) = CexcludesLocal(1,i)
# 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