From dbdbe1d5b8ef93caaebe9601334550cd2b4441d4 Mon Sep 17 00:00:00 2001 From: bigfooted Date: Mon, 15 Jan 2024 11:28:50 +0100 Subject: [PATCH] fig GG share nodes interpolation for outlet --- Common/src/CConfig.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Common/src/CConfig.cpp b/Common/src/CConfig.cpp index 36810830443..18c4685b2b9 100644 --- a/Common/src/CConfig.cpp +++ b/Common/src/CConfig.cpp @@ -7938,6 +7938,7 @@ bool CConfig::GetSolid_Wall(unsigned short iMarker) const { bool CConfig::Getinoutfar(unsigned short iMarker) const { return (Marker_All_KindBC[iMarker] == INLET_FLOW || Marker_All_KindBC[iMarker] == OUTLET_FLOW); } + bool CConfig::GetSymmetry(unsigned short iMarker) const { return (Marker_All_KindBC[iMarker] == SYMMETRY_PLANE); }