mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 21:26:41 +01:00
fixed gadget product & related example
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user