Skip to content

Commit 5e172f2

Browse files
authored
remove an unnecessary cout (#2017)
1 parent 927e45a commit 5e172f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/module_elecstate/module_charge/symmetry_rhog.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ void Symmetry_rho::reduce_to_fullrhog(const ModulePW::PW_Basis *rho_basis,
129129
npw_start+=rho_basis->npw_per[proc];
130130
}
131131
}
132-
std::cout<<"npwtot="<<rho_basis->npwtot<<std::endl;
133132
if(GlobalV::RANK_IN_POOL==0) assert(npw_start==rho_basis->npwtot);
134133
delete[] rhog_piece;
135134
delete[] ig2isz_piece;

0 commit comments

Comments
 (0)