Skip to content

Commit 6302217

Browse files
committed
config fix
1 parent d03e11f commit 6302217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/src/CConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9964,7 +9964,7 @@ short CConfig::FindInterfaceMarker(unsigned short iInterface) const {
99649964
return -1;
99659965
}
99669966

9967-
short CConfig::FindMixingPlaneInterfaceMarker(unsigned short iMarkerInt, unsigned short nMarker) const {
9967+
short CConfig::FindMixingPlaneInterfaceMarker(unsigned short nMarker) const {
99689968
short mark;
99699969
for (auto iMarker = 0; iMarker < nMarker; iMarker++){
99709970
/*--- If the tag GetMarker_All_MixingPlaneInterface equals the index we are looping at ---*/

0 commit comments

Comments
 (0)