From 2fef8017dd279bae5326068b3c5aa763a4788d81 Mon Sep 17 00:00:00 2001 From: "jan.reininghaus" Date: Thu, 21 Mar 2013 11:52:45 +0000 Subject: replaced tabs with spaces git-svn-id: https://phat.googlecode.com/svn/trunk@9 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- include/phat/algorithms/chunk_reduction.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/phat/algorithms') diff --git a/include/phat/algorithms/chunk_reduction.h b/include/phat/algorithms/chunk_reduction.h index 91976e6..44454bb 100644 --- a/include/phat/algorithms/chunk_reduction.h +++ b/include/phat/algorithms/chunk_reduction.h @@ -163,8 +163,8 @@ namespace phat { thread_local_storage< std::vector< index > > cur_col_values_buffer; #pragma omp parallel for schedule( guided, 1 ) for( index idx = 0; idx < (index)global_columns.size(); idx++ ) { - std::vector< std::pair < index, index > >& stack = stack_buffer(); - std::vector< index >& cur_col_values = cur_col_values_buffer(); + std::vector< std::pair < index, index > >& stack = stack_buffer(); + std::vector< index >& cur_col_values = cur_col_values_buffer(); bool pop_next = false; index start_col = global_columns[ idx ]; stack.push_back( std::pair< index, index >( start_col, -1 ) ); -- cgit v1.2.3