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

Omit step argument

Following update 614b427 of `Contour_531`.
parent cbca3629
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ contains
n_out = 0
end if
call find_contours_reg_grid(corner, [1., 1.], z, level, contours, zmax)
call find_contours_reg_grid(corner, z, level, contours, zmax)
n_cont = size(contours)
found_good_contour = .false.
i = 1
......
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