Skip to content
Snippets Groups Projects
Commit 93d26ea0 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 19/01/2023: flyers: write X and Y (flyer horizontal position) only in...

Philippe 19/01/2023: flyers: write X and Y (flyer horizontal position) only in shape level 'Point' (and not 'Vertical_profile' anymore)
parent 663e511c
No related branches found
No related tags found
No related merge requests found
...@@ -1509,7 +1509,7 @@ select case ( idims ) ...@@ -1509,7 +1509,7 @@ select case ( idims )
end select end select
!Write X and Y position of the flyer !Write X and Y position of the flyer
if ( Present( tpflyer ) ) then if ( Present( tpflyer ) .and. yshape == 'Point' ) then
if ( lcartesian ) then if ( lcartesian ) then
ystdnameprefix = 'plane' ystdnameprefix = 'plane'
else else
......
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