Skip to content

Commit b7248d9

Browse files
igiraultjvdp1
andauthored
Update doc/specs/stdlib_math.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 3a21a76 commit b7248d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_math.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ Shall be `real/integer` and `rank-1` arrays.
595595
These arguments are `intent(in)`.
596596

597597
`xm1, xm2, ..., xmn`: The coordinate matrices.
598-
Shall be `real/integer` arrays of adequate shape:
598+
Shall be arrays of type `real` or `integer` of adequate shape:
599599
- for Cartesian indexing, the shape of the coordinate matrices must be `[size(x2), size(x1), size(x3), ..., size(xn)]`.
600600
- for matrix indexing, the shape of the coordinate matrices must be `[size(x1), size(x2), size(x3), ..., size(xn)]`.
601601

0 commit comments

Comments
 (0)