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 fee6644 commit ebcb4fcCopy full SHA for ebcb4fc
src/Fortran_libraries/SERIAL_src/IO/set_control_4_pickup_sph.f90
@@ -58,19 +58,6 @@ subroutine set_ctl_params_pick_sph
58
& iflag_spectr_lm = 0
59
!
60
! 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
74
if(picked_mode_head_ctl%iflag .gt. 0) then
75
pickup_sph_head = picked_mode_head_ctl%charavalue
76
else
0 commit comments