Skip to content

Commit b75b057

Browse files
authored
Update cmplx-real-pointers.txt
1 parent 41c1d52 commit b75b057

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposals/cmplx-real-pointers.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ used, with additional rules and restrictions:
8484
- `r` is a *contiguous* real array, which has either the target or the
8585
pointer attribute
8686
- `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)
8888
- `c` can also be a complex scalar pointer, in the case where r is a
8989
rank-1 array of size 2
9090
- 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)
9898
- the exact opposite
9999
- `c` is a *contiguous* complex array or a complex scalar, which has
100100
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)
103103
- if `c` is a scalar, then `r` is a rank-1 pointer of size 2
104104
- same other rules as above
105105

0 commit comments

Comments
 (0)