fixed gadget product & related example

This commit is contained in:
Jean-Philippe Bossuat
2025-02-12 16:49:53 +01:00
parent dc2fab9a04
commit 7c25ad2eba
10 changed files with 128 additions and 172 deletions

View File

@@ -91,7 +91,7 @@ impl Elem {
&mut self.value[i]
}
pub fn zero(&mut self){
pub fn zero(&mut self) {
self.value.iter_mut().for_each(|i| i.zero());
}
}