Skip to content
Snippets Groups Projects
Commit 9c6f6a30 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish.

parent 044ca3f9
Branches
Tags
No related merge requests found
...@@ -69,7 +69,7 @@ contains ...@@ -69,7 +69,7 @@ contains
if (tentative_contour%n_points /= 0) then if (tentative_contour%n_points /= 0) then
get_1_outerm%polyline = tentative_contour get_1_outerm%polyline = tentative_contour
level_good = level_try get_1_outerm%ssh = level_try
else else
! {no good contour at level_try} ! {no good contour at level_try}
level_bad = level_try level_bad = level_try
...@@ -89,9 +89,10 @@ contains ...@@ -89,9 +89,10 @@ contains
! level_good) and get_1_outerm%%n_points /= 0 and ! level_good) and get_1_outerm%%n_points /= 0 and
! no good contour at level_bad} ! no good contour at level_bad}
end do end do
get_1_outerm%ssh = level_good
end if end if
get_1_outerm%ssh = level_good
get_1_outerm%area = spherical_polygon_area(get_1_outerm%polyline) get_1_outerm%area = spherical_polygon_area(get_1_outerm%polyline)
end if end if
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment