From 8afecf944f76e52fd0668eb106a717fe64e1341c Mon Sep 17 00:00:00 2001 From: "jan.reininghaus" Date: Fri, 3 May 2013 09:30:12 +0000 Subject: ignore list git-svn-id: https://phat.googlecode.com/svn/trunk@56 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- include/phat/representations/vector_vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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) -- cgit v1.2.3