Skip to content

Commit e02a08b

Browse files
fix: update manifest
1 parent 880ab1f commit e02a08b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/node_modules/@stdlib/stats/base/dnanmeanors/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"@stdlib/strided/base/stride2offset",
4343
"@stdlib/napi/export",
4444
"@stdlib/napi/argv",
45-
"stdlib/napi/argv-int64",
46-
"stdlib/napi/argv-strided-float64array",
47-
"stdlib/napi/create-double"
45+
"@stdlib/napi/argv-int64",
46+
"@stdlib/napi/argv-strided-float64array",
47+
"@stdlib/napi/create-double"
4848
]
4949
},
5050
{

lib/node_modules/@stdlib/stats/base/dnanmeanors/src/main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ double API_SUFFIX(stdlib_strided_dnanmeanors)( const CBLAS_INT N, const double *
4444
* @return output value
4545
*/
4646
double API_SUFFIX(stdlib_strided_dnanmeanors_ndarray)( const CBLAS_INT N, const double *X, const CBLAS_INT strideX, const CBLAS_INT offsetX ) {
47-
int64_t ix;
48-
int64_t i;
49-
int64_t n;
47+
CBLAS_INT ix;
48+
CBLAS_INT i;
49+
CBLAS_INT n;
5050
double s;
5151
double v;
5252

0 commit comments

Comments
 (0)