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

Comparing trunk/OOPSE/libmdtools/notifyCutoffs.F90 (file contents):
Revision 1239 by gezelter, Fri Jun 4 14:59:27 2004 UTC vs.
Revision 1270 by gezelter, Fri Jun 11 19:46:26 2004 UTC

# Line 55 | Line 55 | contains
55        do_shift = .false.
56        if (abs(rcut-rsw) .lt. 0.0001) then
57  
58 <         write(errMsg, *) 'cutoffRadius and switchingRadius', newline &
59 <              // tab, 'are set to the same value.  OOPSE will use', newline &
60 <              // tab, 'shifted Lennard-Jones potentials instead of', newline &
61 <              // tab, 'switching functions.'
62 <
58 >         write(errMsg, *) &
59 >              'cutoffRadius and switchingRadius are set to the same', newline &
60 >              // tab, 'value.  OOPSE will use shifted Lennard-Jones', newline &
61 >              // tab, 'potentials instead of switching functions.'
62 >        
63           call handleInfo("cutoffNotify", errMsg)
64  
65           do_shift = .true.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines