Skip to content

Commit b30ab1b

Browse files
committed
remove original abacus title
1 parent f8fd05f commit b30ab1b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source/source_main/main.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ void print_welcome_banner()
3232
const char* commit = "unknown";
3333
#endif
3434
std::cout << std::endl
35-
<< " ▄████▄ █████▄ ▄████▄ ▄█████ ██ ██ ▄█████ " << std::endl
36-
<< " ██▄▄██ ██▄▄██ ██▄▄██ ██ ██ ██ ▀▀▀▄▄▄ " << std::endl
37-
<< " ██ ██ ██▄▄█▀ ██ ██ ▀█████ ▀████▀ █████▀ " << std::endl
35+
<< " ▄████▄ █████▄ ▄████▄ ▄█████ ██ ██ ▄█████ " << std::endl
36+
<< " ██▄▄██ ██▄▄██ ██▄▄██ ██ ██ ██ ▀▀▀▄▄▄ " << std::endl
37+
<< " ██ ██ ██▄▄█▀ ██ ██ ▀█████ ▀████▀ █████▀ " << std::endl
3838
<< std::endl;
3939
std::cout << " "
4040
<< std::endl
41-
<< " ABACUS " << version << std::endl
41+
<< " " << version << std::endl
4242
<< std::endl
4343
<< " Atomic-orbital Based Ab-initio Computation at UStc "
4444
<< std::endl

0 commit comments

Comments
 (0)