Skip to content

Commit 580eaab

Browse files
committed
format read_wfc_to_rho_test
1 parent e591a7d commit 580eaab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_io/test/read_wfc_to_rho_test.cpp

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ void Symmetry_rho::begin(const int& spin_now,
6969
return;
7070
}
7171

72-
void cal_ik2iktot(std::vector<int>&ik2iktot, const int& nks, const int& nkstot)
72+
void cal_ik2iktot(std::vector<int>& ik2iktot, const int& nks, const int& nkstot)
7373
{
74-
for(int ik = 0; ik < nks; ++ik)
74+
for (int ik = 0; ik < nks; ++ik)
7575
{
7676
int nkp = nkstot / PARAM.inp.kpar;
7777
int rem = nkstot % PARAM.inp.kpar;

0 commit comments

Comments
 (0)