fixes
This commit is contained in:
parent
41565e785b
commit
0069eb6e52
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ pub fn read_file(filename: &str) -> Result<Data, String> {
|
|||
.map(|v| v.iter().map(|x| x.round() as usize).collect())
|
||||
.collect();
|
||||
|
||||
let orthogonal_generators: Vec<Vec<usize>> = if results.len() >= 3 {
|
||||
let orthogonal_generators: Vec<Vec<usize>> = if results.len() < 4 {
|
||||
vec![]
|
||||
} else {
|
||||
matrix_to_rust_value(&results[3])?
|
||||
|
|
|
|||
Loading…
Reference in a new issue