Skip to content

Commit 08903bb

Browse files
committed
Nooo I haven't been writing codes for a long timeeeeee
1 parent 4a80c35 commit 08903bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_base/tool_quit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void WARNING_QUIT(const std::string &file,const std::string &description)
6666
WARNING_QUIT(file, description, 1);
6767

6868
#ifdef __MPI /* if it is MPI run, finalize first, then exit */
69-
std::cout << "Detecting if MPI has been initialized..."
69+
std::cout << "Detecting if MPI has been initialized..." << std::endl;
7070
int is_initialized;
7171
MPI_Initialized(&is_initialized);
7272
if (is_initialized) {

0 commit comments

Comments
 (0)