Skip to content

Commit 6ff1b3a

Browse files
committed
check correct
1 parent 7e09971 commit 6ff1b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_hamilt_general/operator.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ typename Operator<T, Device>::hpsi_info Operator<T, Device>::hPsi(hpsi_info& inp
8989
psi_input->npol,
9090
tmpsi_in,
9191
this->hpsi->get_pointer(),
92-
psi_input->get_ngk(op->ik),
93-
// psi_input->get_current_nbas(),
92+
// psi_input->get_ngk(op->ik),
93+
psi_input->get_current_nbas(),
9494
is_first_node);
9595
break;
9696
}

0 commit comments

Comments
 (0)