Fixed typo in output
This commit is contained in:
parent
9d22fca5e7
commit
fb661ab6f6
@ -83,7 +83,7 @@ int main (int argc, char *argv[]) {
|
|||||||
}
|
}
|
||||||
omp_set_num_threads(numberOfThreads);
|
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
|
#ifdef _GLIBCXX_PARALLEL
|
||||||
"parallel (GCC)"
|
"parallel (GCC)"
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user