You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -106,7 +106,7 @@ void CMixingPlaneInterface::BroadcastData_MixingPlane(const CInterpolator& inter
106
106
for (auto iSize = 0; iSize < size; iSize++){
107
107
if (buffDonorVar[static_cast<size_t>(nSpanDonorVars) * iSize] > 0.0) {
108
108
for (auto iSpan = 0ul; iSpan < nSpanDonor; iSpan++){
109
-
for (auto iVar = 0u; iVar < nMixingVars; iVar++) sendDonorVar[iSpan * nMixingVars + iVar] = buffDonorVar[static_cast<size_t>(iSize) * nSpanDonorVars + iVar]; // This could be wrong in 3D
109
+
for (auto iVar = 0u; iVar < nMixingVars; iVar++) sendDonorVar[iSpan * nMixingVars + iVar] = buffDonorVar[static_cast<size_t>(iSize) * nSpanDonorVars + iSpan * nMixingVars + iVar];
0 commit comments