mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Added missing endline to printout
This commit is contained in:
parent
c991ba8188
commit
57c95ecf00
@ -164,7 +164,7 @@ try
|
||||
}
|
||||
#pragma omp parallel
|
||||
if (omp_get_thread_num() == 0){
|
||||
std::cout << "OpenMP using " << omp_get_num_threads() << " threads.";
|
||||
std::cout << "OpenMP using " << omp_get_num_threads() << " threads." << std::endl;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user