Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=wp), | public, | dimension(2) | :: | c0 | = | [2.0_wp, 3.0_wp] | |
real(kind=wp), | public, | dimension(2) | :: | s0 | = | [1.0_wp, 2.0_wp] |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(testN_t), | intent(in) | :: | self | |||
real(kind=wp), | intent(in), | dimension(:) | :: | x | Must be dimension(2) |