mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 21:26:41 +01:00
committed by
GitHub
parent
3a828740cc
commit
0be569eca0
@@ -94,7 +94,7 @@ where
|
||||
let data: Vec<u8> = alloc_aligned::<u8>(Self::bytes_of(n, cols, size));
|
||||
Self {
|
||||
data: data.into(),
|
||||
n: n,
|
||||
n,
|
||||
cols,
|
||||
size,
|
||||
max_size: size,
|
||||
@@ -107,7 +107,7 @@ where
|
||||
assert!(data.len() == Self::bytes_of(n, cols, size));
|
||||
Self {
|
||||
data: data.into(),
|
||||
n: n,
|
||||
n,
|
||||
cols,
|
||||
size,
|
||||
max_size: size,
|
||||
|
||||
Reference in New Issue
Block a user