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

Count outermost contours

parent 2fdbff91
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,8 @@ program test_set_all_outerm
end do
print *, "test_set_all_outerm: s%number_extr = ", s%number_extr
print *, "test_set_all_outerm: Number of outermost contours = ", &
count(s%list%out_cont%closed)
print *, "test_set_all_outerm: Average number of points per outermost ", &
"contour: ", sum(s%list%out_cont%n_points) / real(s%number_extr)
call shpc_create(hshp_cyclo, shpc_dir = "SHPC", cyclone = .true., slice = 0, &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment