Skip to content

Commit 1e95b9b

Browse files
fix: update example.c
Signed-off-by: Dhruv/ <[email protected]>
1 parent 0a7b50f commit 1e95b9b

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dmeanpn/examples/c

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dmeanpn/examples/c/example.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ int main( void ) {
2525

2626
// Specify the number of elements:
2727
const int N = 4;
28-
28+
2929
// Specify the stride length:
3030
const int strideX = 2;
31-
31+
3232
// Compute the arithmetic mean:
3333
double v = stdlib_strided_dmeanpn( N, x, strideX );
3434

0 commit comments

Comments
 (0)