remove bad return type
This commit is contained in:
parent
41e1cc0db2
commit
b9483ab545
|
@ -212,7 +212,7 @@ impl<T> CooMatrix<T> {
|
|||
}
|
||||
|
||||
/// Clear all triplets from the matrix.
|
||||
pub fn clear_triplets(&mut self, i: usize, j: usize, v: T) -> Option<T>
|
||||
pub fn clear_triplets(&mut self, i: usize, j: usize, v: T)
|
||||
where
|
||||
T: PartialEq,
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue