Skip to content

Commit 1475c24

Browse files
committed
tests ok
1 parent 80ea5a4 commit 1475c24

File tree

6 files changed

+246
-77
lines changed

6 files changed

+246
-77
lines changed

src/graph.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ impl Graph {
3737
.collect()
3838
}
3939

40-
pub(crate) fn dim(&self) -> u16 {
41-
self.dim as u16
40+
pub(crate) fn dim(&self) -> usize {
41+
self.dim
4242
}
4343
}
4444

0 commit comments

Comments
 (0)