summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjan.reininghaus <jan.reininghaus@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2013-05-03 09:30:12 +0000
committerjan.reininghaus <jan.reininghaus@8e3bb3c2-eed4-f18f-5264-0b6c94e6926d>2013-05-03 09:30:12 +0000
commit8afecf944f76e52fd0668eb106a717fe64e1341c (patch)
tree68160ec3135a7ba17c79b3ecbb37d317b4cd282d /include
parent1270fda993688152160dd454a9499983ebc485b8 (diff)
ignore list
git-svn-id: https://phat.googlecode.com/svn/trunk@56 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d
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)