Skip to content

Commit 1aee30e

Browse files
authored
fix: lint errors
Signed-off-by: Gururaj Gurram <[email protected]>
1 parent 889fffd commit 1aee30e

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dstdev/include/stdlib/stats/base

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dstdev/include/stdlib/stats/base/dstdev.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extern "C" {
3131
/**
3232
* Computes the standard deviation of a double-precision floating-point strided array.
3333
*/
34-
double API_SUFFIX(stdlib_strided_dstdev)( const CBLAS_INT N, const double correction, const double *X, const CBLAS_INT stride );
34+
double API_SUFFIX(stdlib_strided_dstdev)( const CBLAS_INT N, const double correction, const double *X, const CBLAS_INT strideX );
3535

3636
/**
3737
* Computes the standard deviation of a double-precision floating-point strided array using alternative indexing semantics.

0 commit comments

Comments
 (0)