summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/phat/representations/vector_vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/phat/representations/vector_vector.h b/include/phat/representations/vector_vector.h
index 84609c2..06fd060 100644
--- a/include/phat/representations/vector_vector.h
+++ b/include/phat/representations/vector_vector.h
@@ -72,7 +72,7 @@ namespace phat {
// clears given column
void _clear( index idx ) {
- matrix[ idx ].clear();
+ matrix[ idx ].clear();
}
// syncronizes all data structures (essential for openmp stuff)