sync_cmplx Subroutine

private subroutine sync_cmplx(this)

Type Bound

shared_ragged_array_cmplx_t

Arguments

Type IntentOptional Attributes Name
class(shared_ragged_array_cmplx_t), intent(inout) :: this

Contents

Source Code


Source Code

    subroutine sync_cmplx(this)
        class(shared_ragged_array_cmplx_t), intent(inout) :: this

        call this%data_array%sync()
    end subroutine sync_cmplx