File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ used, with additional rules and restrictions:
84
84
- `r` is a *contiguous* real array, which has either the target or the
85
85
pointer attribute
86
86
- `c` is a complex array pointer of the same kind as `r`, and of the same
87
- rank by default (but pointer rank remapping can be used)
87
+ rank by default (but pointer rank remapping can be used)
88
88
- `c` can also be a complex scalar pointer, in the case where r is a
89
89
rank-1 array of size 2
90
90
- the size of the first dimension of `r` shall be even
@@ -98,8 +98,8 @@ rank by default (but pointer rank remapping can be used)
98
98
- the exact opposite
99
99
- `c` is a *contiguous* complex array or a complex scalar, which has
100
100
either the target or the pointer attribute
101
- - `r` is a real array pointer of same the kind as `c`, and of the same
102
- rank by default (but pointer rank remapping can be used)
101
+ - `r` is a real array pointer of the same kind as `c`, and of the same
102
+ rank by default (but pointer rank remapping can be used)
103
103
- if `c` is a scalar, then `r` is a rank-1 pointer of size 2
104
104
- same other rules as above
105
105
You can’t perform that action at this time.
0 commit comments