Skip to content

Commit aab39c3

Browse files
committed
pre-commit hook
1 parent 458a93c commit aab39c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/src/geometry/CGeometry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ void CGeometry::PreprocessPeriodicComms(CGeometry* geometry, CConfig* config) {
977977
index to be communicated to the recv rank. ---*/
978978

979979
if (iRank == destRank) {
980-
/*--- Check if we have already added this (point, marker) pair
980+
/*--- Check if we have already added this (point, marker) pair
981981
for this destination rank. ---*/
982982
auto pointMarkerPair = std::make_pair(iPoint, static_cast<unsigned long>(iMarker));
983983
if (Points_Send_All[destRank].find(pointMarkerPair) == Points_Send_All[destRank].end()) {

0 commit comments

Comments
 (0)