Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | dummy | = | 1 |
TYPE acc_stream_type
PRIVATE
#if defined (__DBCSR_ACC)
TYPE(C_PTR) :: cptr = C_NULL_PTR
#else
INTEGER :: dummy = 1
#endif
END TYPE acc_stream_type