mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Merge pull request #1169 from paulromano/cpp-tracking
Translate transport, cross_surface, and particle restarts to C++
This commit is contained in:
commit
ef2767a127
61 changed files with 1001 additions and 3600 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