mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
avoid warnings
This commit is contained in:
@@ -59,7 +59,7 @@ where
|
||||
res_basek: usize,
|
||||
res: &mut R,
|
||||
res_col: usize,
|
||||
a_basek: usize,
|
||||
_a_basek: usize,
|
||||
a: &A,
|
||||
a_col: usize,
|
||||
scratch: &mut Scratch<Self>,
|
||||
@@ -74,7 +74,7 @@ where
|
||||
{
|
||||
assert_eq!(res.n(), a.n());
|
||||
assert_eq!(
|
||||
res_basek, a_basek,
|
||||
res_basek, _a_basek,
|
||||
"res_basek != a_basek -> base2k conversion is not supported"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user