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

Comparing trunk/OOPSE-2.0/src/UseTheForce/DarkSide/reactionField.F90 (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2058 by tim, Tue Feb 22 18:56:25 2005 UTC

# Line 123 | Line 123 | contains
123         allocate(MomentMap(nAtypes))
124      endif
125  
126 <    do i = 1, nAtypes
127 <
128 <       call getElementProperty(atypes, i, "is_DP", thisProperty)
129 <
130 <       if (thisProperty) then
131 <          call getElementProperty(atypes, i, "dipole_moment", thisDP)
132 <          MomentMap(i)%dipole_moment = thisDP
133 <       endif
134 <      
135 <    end do
126 >    !!do i = 1, nAtypes
127 >    !!    
128 >    !!   call getElementProperty(atypes, i, "is_Dipole", thisProperty)
129 >    !!
130 >    !!   if (thisProperty) then
131 >    !!      call getElementProperty(atypes, i, "dipole_moment", thisDP)
132 >    !!      MomentMap(i)%dipole_moment = thisDP
133 >    !!   endif
134 >    !!  
135 >    !!end do
136      
137      haveMomentMap = .true.
138      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines