summaryrefslogtreecommitdiff
path: root/include/phat/representations/vector_column_rep.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/phat/representations/vector_column_rep.h')
-rw-r--r--include/phat/representations/vector_column_rep.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/phat/representations/vector_column_rep.h b/include/phat/representations/vector_column_rep.h
index 22c37ef..babb0df 100644
--- a/include/phat/representations/vector_column_rep.h
+++ b/include/phat/representations/vector_column_rep.h
@@ -54,6 +54,10 @@ namespace phat {
indices = col;
}
+ void _set_nr_of_rows( int nr_of_rows ) {
+ // ignore
+ }
+
// true iff boundary of given idx is empty
bool _is_empty() const {
return indices.empty();