Skip to content

Commit db97da9

Browse files
jalveszperazz
andauthored
Update src/stdlib_intrinsics.fypp
Co-authored-by: Federico Perini <federico.perini@gmail.com>
1 parent 23981d6 commit db97da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_intrinsics.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module stdlib_intrinsics
2323
!! This interface provides standard conforming call for sum of elements of any rank.
2424
!! The 1-D base implementation follows a chunked approach for optimizing performance and increasing accuracy.
2525
!! The `N-D` interfaces calls upon the `(N-1)-D` implementation.
26-
!! Supported data types include `real` and `complex`.
26+
!! Supported data types include `real`, `complex` and `integer`.
2727
!!
2828
#:for rk, rt, rs in RC_KINDS_TYPES
2929
pure module function stdlib_sum_1d_${rs}$(a) result(s)

0 commit comments

Comments
 (0)