Fix merge fallout.

This commit is contained in:
sebcrozet 2018-12-29 14:57:26 +01:00
parent 82106caa9e
commit c9351cb818
1 changed files with 1 additions and 1 deletions

View File

@ -1477,7 +1477,7 @@ where
for j in 0..ncols {
for i in 0..nrows {
unsafe {
self.get_unchecked(i, j).hash(state);
self.get_unchecked((i, j)).hash(state);
}
}
}