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

Simplify meaning of `n_max_cont`

`n_max_cont` is just the maximum number of contours in `cont_list`,
and `n_cont` is the actual number.
parent d4ebd267
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ contains ...@@ -64,7 +64,7 @@ contains
integer, parameter:: n_max_cont = 31 integer, parameter:: n_max_cont = 31
type(ssh_contour) cont_list(n_max_cont + 1) type(ssh_contour) cont_list(n_max_cont)
! Contour list. The outermost contour is element n_cont. The ! Contour list. The outermost contour is element n_cont. The
! contours are in monotonic order of ssh. ! contours are in monotonic order of ssh.
......
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