Skip to content

Commit 2f08753

Browse files
committed
remove unnecessary comment and code
1 parent aab39c3 commit 2f08753

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Common/src/geometry/CGeometry.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,8 +835,6 @@ void CGeometry::PreprocessPeriodicComms(CGeometry* geometry, CConfig* config) {
835835
nPoint_Send_All[iRank + 1] = Points_Send_All[iRank].size();
836836
nPoint_Recv_All[iRank + 1] = 0;
837837
}
838-
// nPoint_Send_All[size] = 0;
839-
nPoint_Recv_All[size] = 0;
840838

841839
/*--- Communicate the number of points to be sent/recv'd amongst
842840
all processors. After this communication, each proc knows how

0 commit comments

Comments
 (0)