allocate_modes Subroutine

public subroutine allocate_modes(modes, n_modes)

Arguments

Type IntentOptional Attributes Name
type(modes_t), intent(out) :: modes
integer, intent(in) :: n_modes

Called by

proc~~allocate_modes~~CalledByGraph proc~allocate_modes allocate_modes proc~fourier_transform_over_label fourier_transform_over_label proc~fourier_transform_over_label->proc~allocate_modes proc~calc_deviation calc_deviation proc~calc_deviation->proc~fourier_transform_over_label proc~calc_offset_coefficients calc_offset_coefficients proc~calc_offset_coefficients->proc~calc_deviation program~main main program~main->proc~calc_offset_coefficients