Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 29, 2024
1 parent d61ff7a commit 86a0f1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/lmp/pair_deepmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,7 @@ void PairDeepMD::print_summary(const string pre) const {
cout << pre << "source branch: " << STR_GIT_BRANCH << endl;
cout << pre << "source commit: " << STR_GIT_HASH << endl;
cout << pre << "source commit at: " << STR_GIT_DATE << endl;
cout << pre << "build with inc: " << STR_BACKEND_INCLUDE_DIRS
<< endl;
cout << pre << "build with inc: " << STR_BACKEND_INCLUDE_DIRS << endl;
cout << pre << "build with lib: " << STR_BACKEND_LIBRARY_PATH << endl;

std::cout.rdbuf(sbuf);
Expand Down

0 comments on commit 86a0f1f

Please sign in to comment.