Skip to content

Commit c15bdba

Browse files
author
root
committed
Merge branch 'diag' of https://github.com/pxlxingliang/abacus-develop into diag
2 parents 124cdf3 + f4d1ea8 commit c15bdba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/module_hsolver/test/test_diago_hs_para.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ void test_performance(int lda, int nb, int nbands, MPI_Comm comm,int case_numb,
180180
std::vector<double> time_scalap(case_numb, 0);
181181
std::vector<double> time_lapack(case_numb, 0);
182182

183-
if (my_rank == 0) std::cout << "Random matrix ";
183+
if (my_rank == 0) { std::cout << "Random matrix ";
184+
}
184185
for (int randomi = 0; randomi < case_numb; ++randomi)
185186
{
186187

0 commit comments

Comments
 (0)