mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
added text output to signify we are using event-based model
This commit is contained in:
parent
2f9dba6a58
commit
3dc5b2ce3e
1 changed files with 9 additions and 1 deletions
|
|
@ -67,7 +67,15 @@ void title()
|
|||
" ############### %%%%%%%%%%%%%%%%\n" <<
|
||||
" ############ %%%%%%%%%%%%%%%\n" <<
|
||||
" ######## %%%%%%%%%%%%%%\n" <<
|
||||
" %%%%%%%%%%%\n\n";
|
||||
" %%%%%%%%%%%\n" <<
|
||||
" ) ( (\n" <<
|
||||
" ( /( * ) ( ( )\\ ) )\\ )\n" <<
|
||||
" ( ( ( ( )\\())` ) /( ( )\\ )\\ (()/( ( (()/(\n" <<
|
||||
" )\\ )\\ )\\ )\\ ((_)\\ ( )(_))___ )((_)((((_)( /(_)))\\ /(_))\n" <<
|
||||
" ((_) ((_)((_)((_) _((_)(_(_())|___|((_)_ )\\ _ )\\ (_)) ((_)(_))_\n" <<
|
||||
" | __|\\ \\ / / | __|| \\| ||_ _| | _ ) (_)_\\(_)/ __|| __|| \\\n" <<
|
||||
" | _| \\ V / | _| | .` | | | | _ \\ / _ \\ \\__ \\| _| | |) |\n" <<
|
||||
" |___| \\_/ |___||_|\\_| |_| |___/ /_/ \\_\\ |___/|___||___/\n\n";
|
||||
|
||||
// Write version information
|
||||
std::cout <<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue