Skip to content

Commit c218aa6

Browse files
committed
solve the conflicts
1 parent ec9ee62 commit c218aa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/module_deepks/test/nnr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ void test_deepks::folding_nnr(const Test_Deepks::K_Vectors &kv)
212212

213213
if(nu<0)continue;
214214
int iic;
215-
if(GlobalV::KS_SOLVER=="genelpa" || GlobalV::KS_SOLVER=="scalapack_gvx" || ks_solver=="cusolver") // save the matrix as column major format
215+
if(GlobalV::KS_SOLVER=="genelpa" || GlobalV::KS_SOLVER=="scalapack_gvx" || GlobalV::KS_SOLVER=="cusolver") // save the matrix as column major format
216216
{
217217
iic=mu+nu*ParaO.nrow;
218218
}

0 commit comments

Comments
 (0)