Skip to content

Commit

Permalink
do not zero out previous array contents
Browse files Browse the repository at this point in the history
  • Loading branch information
jons-pf committed Oct 30, 2023
1 parent ce3b991 commit bab7176
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions abscab/abscab.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,6 @@ subroutine vertexSupplier(i, pointData)
end if

if (current .eq. 0.0_wp) then
vectorPotential(:, :) = 0.0_wp
return
end if

Expand Down Expand Up @@ -2062,7 +2061,6 @@ subroutine magneticFieldPolygonFilament( &
end if

if (current .eq. 0.0_wp) then
magneticField(:, :) = 0.0_wp
return
end if

Expand Down Expand Up @@ -2275,7 +2273,6 @@ subroutine vertexSupplier(i, pointData)
end if

if (current .eq. 0.0_wp) then
magneticField(:, :) = 0.0_wp
return
end if

Expand Down

0 comments on commit bab7176

Please sign in to comment.