Skip to content

Commit 10f0ad2

Browse files
committed
format document
1 parent c8820e3 commit 10f0ad2

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

source/module_basis/module_pw/test_gpu/pw_basis_C2C.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ TEST_F(PWTEST, recip_to_real_C2C_double)
2525

2626
// init
2727
#ifdef __MPI
28-
29-
const int mypool = 0;
28+
const int mypool = 0;
3029
const int key = 1;
3130
const int nproc_in_pool = 1;
3231
const int rank_in_pool = 0;
@@ -174,7 +173,7 @@ TEST_F(PWTEST, recip_to_real_C2C_float)
174173
bool xprime = false;
175174

176175
#ifdef __MPI
177-
const int mypool = 0;
176+
const int mypool = 0;
178177
const int key = 1;
179178
const int nproc_in_pool = 1;
180179
const int rank_in_pool = 0;

source/module_basis/module_pw/test_gpu/pw_basis_C2R.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ TEST_F(PWTEST, recip_to_real_double)
2828

2929
// init
3030
#ifdef __MPI
31-
3231
const int mypool = 0;
3332
const int key = 1;
3433
const int nproc_in_pool = 1;
@@ -177,7 +176,7 @@ TEST_F(PWTEST, recip_to_real_float)
177176
bool xprime = false;
178177

179178
#ifdef __MPI
180-
const int mypool = 0;
179+
const int mypool = 0;
181180
const int key = 1;
182181
const int nproc_in_pool = 1;
183182
const int rank_in_pool = 0;

source/module_basis/module_pw/test_gpu/pw_basis_k_C2C.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ TEST_F(PWTEST, pw_basis_k_C2C_double)
2525
bool xprime = false;
2626
//--------------------------------------------------
2727
#ifdef __MPI
28-
const int mypool = 0;
28+
const int mypool = 0;
2929
const int key = 1;
3030
const int nproc_in_pool = 1;
3131
const int rank_in_pool = 0;
@@ -174,7 +174,7 @@ TEST_F(PWTEST, pw_basis_k_C2C_float)
174174
bool xprime = false;
175175
//--------------------------------------------------
176176
#ifdef __MPI
177-
const int mypool = 0;
177+
const int mypool = 0;
178178
const int key = 1;
179179
const int nproc_in_pool = 1;
180180
const int rank_in_pool = 0;

0 commit comments

Comments
 (0)