Skip to content

Commit 136daa7

Browse files
committed
types
1 parent 4924347 commit 136daa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/interfaces/cfd/CMixingPlaneInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ void CMixingPlaneInterface::BroadcastData_MixingPlane(const CInterpolator& inter
105105

106106
for (auto iSize = 0; iSize < size; iSize++){
107107
if (buffDonorMarker[static_cast<size_t>(iSize) * static_cast<unsigned long>(nSpanDonor + 1)] != -1) {
108-
for (auto iSpan = 0ul; iSpan < nSpanDonor + 1; iSpan++){
108+
for (auto iSpan = 0; iSpan < nSpanDonor + 1; iSpan++){
109109
for (auto iVar = 0u; iVar < nMixingVars; iVar++) sendDonorVar[iSpan * nMixingVars + iVar] = buffDonorVar[static_cast<size_t>(iSize) * nSpanDonorVars + iSpan * nMixingVars + iVar];
110110
}
111111
markDonor = buffDonorMarker[static_cast<unsigned long>(iSize) * static_cast<unsigned long>(nSpanDonor + 1)];

0 commit comments

Comments
 (0)