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

Access component points directly

parent 8759bf01
No related branches found
No related tags found
No related merge requests found
......@@ -92,8 +92,7 @@ program test_set_max_speed
cont_list(i)%polyline = null_polyline()
else
cont_list(i)%polyline = p%part(1)
cont_list(i)%polyline%points &
= cont_list(i)%polyline%points * deg_to_rad
cont_list(i)%points = cont_list(i)%points * deg_to_rad
end if
call dbf_read_attribute_03(cont_list(i)%ssh, hshp, ifield = 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