Skip to content

Commit e5db257

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dsempn/include/stdlib/stats/base/dsempn.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 error of the mean for a double-precision floating-point strided array using a two-pass algorithm.
3333
*/
34-
double API_SUFFIX(stdlib_strided_dsempn)( const CBLAS_INT N, const double correction, const double *X, const CBLAS_INT stride );
34+
double API_SUFFIX(stdlib_strided_dsempn)( const CBLAS_INT N, const double correction, const double *X, const CBLAS_INT strideX );
3535

3636
/**
3737
* Computes the standard error of the mean of a double-precision floating-point strided array using a two-pass algorithm and alternative indexing semantics.

0 commit comments

Comments
 (0)