fix warning
This commit is contained in:
parent
935f389983
commit
baa50d8b86
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ pub mod matrix3 {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_determinant() {;
|
fn test_determinant() {
|
||||||
assert_eq!(A.determinant(), 0.0f64);
|
assert_eq!(A.determinant(), 0.0f64);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue