Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Dec 13, 2024
1 parent 3206623 commit f4d1ea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/module_hsolver/test/test_diago_hs_para.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ void test_performance(int lda, int nb, int nbands, MPI_Comm comm,int case_numb,
std::vector<double> time_scalap(case_numb, 0);
std::vector<double> time_lapack(case_numb, 0);

if (my_rank == 0) std::cout << "Random matrix ";
if (my_rank == 0) { std::cout << "Random matrix ";
}
for (int randomi = 0; randomi < case_numb; ++randomi)
{

Expand Down

0 comments on commit f4d1ea8

Please sign in to comment.