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

Change the value of `n_max_cont`

We are going to read `cont_list` from the results of
`test_get_1_outerm` so we want the value of `n_max_cont` to be the
same.
parent 4db11a91
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ program test_set_max_speed ...@@ -34,7 +34,7 @@ program test_set_max_speed
real corner_window(2) ! longitude and latitude of the window around real corner_window(2) ! longitude and latitude of the window around
! the extremum, in rad ! the extremum, in rad
integer, parameter:: n_max_cont = 3 integer, parameter:: n_max_cont = 31
type(ssh_contour) cont_list(n_max_cont) type(ssh_contour) cont_list(n_max_cont)
! Contour list. The outermost contour is element with subscript ! Contour list. The outermost contour is element with subscript
......
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