Skip to content

Commit 6f7f1e2

Browse files
authored
Update example.c
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent 2c9fb40 commit 6f7f1e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/smediansorted/examples/c

lib/node_modules/@stdlib/stats/base/ndarray/smediansorted/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ int main( void ) {
3737
int64_t shape[] = { 4 };
3838

3939
// Specify the array strides:
40-
int64_t strides[] = { 2 * STDLIB_NDARRAY_FLOAT32_BYTES_PER_ELEMENT };
40+
int64_t strides[] = { 2*STDLIB_NDARRAY_FLOAT32_BYTES_PER_ELEMENT };
4141

4242
// Specify the byte offset:
4343
const int64_t offset = 0;

0 commit comments

Comments
 (0)