Skip to content

Commit 0140f2f

Browse files
author
rois1995
committed
- correct compilation error
1 parent d882e5d commit 0140f2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Common/src/geometry/CGeometry.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4122,7 +4122,6 @@ void CGeometry::ComputeWallDistance(const CConfig* const* config_container, CGeo
41224122
if (wallDistanceNeeded[iZone]) {
41234123
geometry->SetWallDistance(numeric_limits<su2double>::max());
41244124

4125-
const auto nMarker = geometry->GetnMarker();
41264125
for (auto iMarker = 0; iMarker < config_container[iZone]->GetnMarker_All(); iMarker++) {
41274126
if (!config_container[iZone]->GetViscous_Wall(iMarker)) continue;
41284127

0 commit comments

Comments
 (0)