UpdateDevice_Scalar3D_t Subroutine

public subroutine UpdateDevice_Scalar3D_t(this)

Arguments

TypeIntentOptionalAttributesName
class(Scalar3D_t), intent(inout) :: this

Contents


Source Code

  subroutine UpdateDevice_Scalar3D_t(this)
    implicit none
    class(Scalar3D_t),intent(inout) :: this
    if(.false.) this%N = this%N ! CPU stub; suppress unused-dummy-argument warning
  endsubroutine UpdateDevice_Scalar3D_t