Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
prckent authored Nov 29, 2024
1 parent 9d32b28 commit 0f79c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QMCTools/convertpw4qmc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ int main(int argc, char* argv[])
#ifdef HAVE_MPI
MPI_Finalize();
#endif
cout << "JOB DONE" << endl;
cout << "convertpw4qmc execution completed successfully" << endl;
return 0;
}

0 comments on commit 0f79c73

Please sign in to comment.