| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Mesh3D_t), | intent(inout) | :: | this |
subroutine UpdateDevice_Mesh3D_t(this)
implicit none
class(Mesh3D_t),intent(inout) :: this
if(.false.) this%nElem = this%nElem ! CPU stub; suppress unused-dummy-argument warning
endsubroutine UpdateDevice_Mesh3D_t