We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694efa1 commit 142f605Copy full SHA for 142f605
src/simulation/m_global_parameters.fpp
@@ -1015,6 +1015,10 @@ contains
1015
buff_size = weno_polyn + 2
1016
end if
1017
1018
+ if (probe_wrt) then
1019
+ fd_number = max(1, fd_order/2)
1020
+ end if
1021
+
1022
! Configuring Coordinate Direction Indexes =========================
1023
idwint(1)%beg = 0; idwint(2)%beg = 0; idwint(3)%beg = 0
1024
idwint(1)%end = m; idwint(2)%end = n; idwint(3)%end = p
@@ -1037,11 +1041,6 @@ contains
1037
1041
& idwbuff(3)%beg:idwbuff(3)%end))
1038
1042
1039
1043
1040
- if (probe_wrt) then
- fd_number = max(1, fd_order/2)
- buff_size = buff_size + fd_number
- end if
1044
-
1045
startx = -buff_size
1046
starty = 0
1047
startz = 0
0 commit comments