mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Make sure output() doesn't always write to stderr
This commit is contained in:
parent
7e1abc439b
commit
24c84e394c
2 changed files with 4 additions and 4 deletions
|
|
@ -65,7 +65,7 @@ void title()
|
|||
" ############### %%%%%%%%%%%%%%%%\n" <<
|
||||
" ############ %%%%%%%%%%%%%%%\n" <<
|
||||
" ######## %%%%%%%%%%%%%%\n" <<
|
||||
" %%%%%%%%%%%\n";
|
||||
" %%%%%%%%%%%\n\n";
|
||||
|
||||
// Write version information
|
||||
std::cout <<
|
||||
|
|
@ -88,7 +88,7 @@ void title()
|
|||
|
||||
#ifdef _OPENMP
|
||||
// Write number of OpenMP threads
|
||||
std::cout << " OpenMC Threads | " << omp_get_max_threads() << '\n';
|
||||
std::cout << " OpenMP Threads | " << omp_get_max_threads() << '\n';
|
||||
#endif
|
||||
std::cout << '\n';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue