Skip to content

Commit ebcb4fc

Browse files
committed
Fix redundant setting for radial level of mean square output
1 parent fee6644 commit ebcb4fc

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/Fortran_libraries/SERIAL_src/IO/set_control_4_pickup_sph.f90

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,6 @@ subroutine set_ctl_params_pick_sph
5858
& iflag_spectr_lm = 0
5959
!
6060
! set pickup layer for mean square data
61-
nri_rms = 0
62-
if(idx_spec_layer_ctl%num .gt. 0) then
63-
nri_rms = idx_spec_layer_ctl%num
64-
call allocate_num_spec_layer
65-
!
66-
do inum = 1, nri_rms
67-
kr_for_rms(inum) = idx_spec_layer_ctl%ivec(inum)
68-
end do
69-
!
70-
call deallocate_num_spec_layer_ctl
71-
end if
72-
!
73-
!
7461
if(picked_mode_head_ctl%iflag .gt. 0) then
7562
pickup_sph_head = picked_mode_head_ctl%charavalue
7663
else

0 commit comments

Comments
 (0)