Skip to content

Commit 1026030

Browse files
committed
sperate two lines
1 parent b2e1c4a commit 1026030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/module_basis/module_pw/pw_distributeg_method2.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ void PW_Basis::distribution_method2()
5454
MPI_Bcast(&lix, 1, MPI_INT, 0, this->pool_world);
5555
MPI_Bcast(&rix, 1, MPI_INT, 0, this->pool_world);
5656
#endif
57-
delete[] this->istot2ixy; this->istot2ixy = new int[this->nstot];
57+
delete[] this->istot2ixy;
58+
this->istot2ixy = new int[this->nstot];
5859

5960
if(poolrank == 0)
6061
{

0 commit comments

Comments
 (0)