Fixed get_lat_indicies from previous commit damage

Commit f6b7f5ff27 accidentally removed the loc = minloc... line
This commit is contained in:
Sterling Harper 2014-09-09 01:31:35 -04:00
parent 2256d08f7b
commit 10192a8e8d

View file

@ -411,6 +411,7 @@ contains
end do
end do
loc = minloc(dists)
if (loc(1) == 2) then
i_xyz = i_xyz + (/1, 0, 0/)
else if (loc(1) == 3) then