From f10bf842c6c57f2a252a9142c291ebbbbb1c3f5f Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Sat, 26 Nov 2011 14:20:29 +0100 Subject: [PATCH] removing OpenMP from where it doesnt belong --- DataStructures/NNGrid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataStructures/NNGrid.h b/DataStructures/NNGrid.h index d52bc3b4b..a83248a5b 100644 --- a/DataStructures/NNGrid.h +++ b/DataStructures/NNGrid.h @@ -149,7 +149,7 @@ static boost::thread_specific_ptr localStream; template class NNGrid { public: - NNGrid() { + NNGrid() /*: cellCache(500), fileCache(500)*/ { ramIndexTable.resize((1024*1024), UINT_MAX); if( WriteAccess) { entries = new stxxl::vector();