Skip to content

Commit 77a5b14

Browse files
authored
fix (#2415)
1 parent f4cda52 commit 77a5b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_PY/FSI_tools/FSIInterface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def connect(self, FSI_config, FluidSolver, SolidSolver):
307307
print("Fluid solver is initialized on process {}".format(myid))
308308
self.haveFluidSolver = True
309309
allMovingMarkersTags = FluidSolver.GetDeformableMarkerTags()
310-
allMarkersID = FluidSolver.GetMarkerTags()
310+
allMarkersID = FluidSolver.GetMarkerIndices()
311311
if not allMovingMarkersTags:
312312
raise Exception("No interface for FSI was defined.")
313313
else:

0 commit comments

Comments
 (0)