From fb661ab6f6044b7661bfe8459326d8bffc392899 Mon Sep 17 00:00:00 2001 From: DennisOSRM Date: Thu, 1 Dec 2011 13:00:09 +0100 Subject: [PATCH] Fixed typo in output --- createHierarchy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createHierarchy.cpp b/createHierarchy.cpp index 762a544c3..4e3c5d655 100644 --- a/createHierarchy.cpp +++ b/createHierarchy.cpp @@ -83,7 +83,7 @@ int main (int argc, char *argv[]) { } omp_set_num_threads(numberOfThreads); - INFO("preprocessing data from input file " << argv[1] << " using STL" + INFO("preprocessing data from input file " << argv[1] << " using STL " #ifdef _GLIBCXX_PARALLEL "parallel (GCC)" #else