summaryrefslogtreecommitdiff
path: root/include/phat/representations/heap_column_rep.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/phat/representations/heap_column_rep.h')
-rw-r--r--include/phat/representations/heap_column_rep.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/phat/representations/heap_column_rep.h b/include/phat/representations/heap_column_rep.h
index 42dda3f..cc47bb3 100644
--- a/include/phat/representations/heap_column_rep.h
+++ b/include/phat/representations/heap_column_rep.h
@@ -104,6 +104,10 @@ namespace phat {
std::make_heap( indices.begin( ), indices.end( ) );
}
+ void _set_nr_of_rows( int nr_of_rows ) {
+ // ignore
+ }
+
// true iff boundary of given idx is empty
bool _is_empty() const
{