We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03e11f commit 6302217Copy full SHA for 6302217
Common/src/CConfig.cpp
@@ -9964,7 +9964,7 @@ short CConfig::FindInterfaceMarker(unsigned short iInterface) const {
9964
return -1;
9965
}
9966
9967
-short CConfig::FindMixingPlaneInterfaceMarker(unsigned short iMarkerInt, unsigned short nMarker) const {
+short CConfig::FindMixingPlaneInterfaceMarker(unsigned short nMarker) const {
9968
short mark;
9969
for (auto iMarker = 0; iMarker < nMarker; iMarker++){
9970
/*--- If the tag GetMarker_All_MixingPlaneInterface equals the index we are looping at ---*/
0 commit comments