Corrección

This commit is contained in:
PedroEdiaz
2024-10-17 11:48:14 -06:00
parent c2adfc2bda
commit 502ff0daeb
3 changed files with 19 additions and 21 deletions

View File

@@ -33,7 +33,7 @@ narray_float_t d_cube =
};
narray_float_t d_cube =
narray_float_t n_cube =
{
3 * 3 * 2 * 6,
@@ -54,4 +54,4 @@ narray_float_t d_cube =
A B E
B E F
};
};