Whitespace check-in
parent
8572541841
commit
6ada677461
2
test.cpp
2
test.cpp
|
|
@ -548,7 +548,7 @@ void PrintSeedAndThreads()
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cout << "OpenMP version " << (int)_OPENMP << ", ";
|
std::cout << "OpenMP version " << (int)_OPENMP << ", ";
|
||||||
std::cout << tc << (tc == 1 ? " thread" : "threads") << std::endl;
|
std::cout << tc << (tc == 1 ? " thread" : " threads") << std::endl;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue