Skip to content

Commit b235856

Browse files
committed
Merge branch 'SDFT' of https://github.com/deepmodeling/abacus-develop into SDFT
2 parents c62ba79 + 705246c commit b235856

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/src_parallel/parallel_kpoints.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ void Parallel_Kpoints::init_pools(void)
6363
#ifdef __MPI
6464
void Parallel_Kpoints::divide_pools(void)
6565
{
66-
ModuleBase::TITLE("Parallel_Kpoints", "divide_pools");
6766
if (GlobalV::NPROC < GlobalV::KPAR)
6867
{
6968
std::cout<<"\n NPROC=" << GlobalV::NPROC << " KPAR=" << GlobalV::KPAR;

0 commit comments

Comments
 (0)