Skip to content

Commit cabb135

Browse files
committed
Got most of it to compile.
1 parent a4f9535 commit cabb135

File tree

3 files changed

+266
-204
lines changed

3 files changed

+266
-204
lines changed

include/tatami_tiledb/DenseMatrix.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -598,9 +598,6 @@ class DenseMatrix : public tatami::Matrix<Value_, Index_> {
598598
throw std::runtime_error("TileDB array should have exactly two dimensions");
599599
}
600600

601-
// We use 'int' for the domain, just in case the domain's absolute
602-
// position exceeds Index_'s range, even if the actual range of the
603-
// domain does not.
604601
tiledb::Dimension first_dim = domain.dimension(0);
605602
my_tdb_first_dim.reset(first_dim);
606603
Index_ first_extent = my_tdb_first_dim.extent<Index_>();

0 commit comments

Comments
 (0)