Skip to content

Commit

Permalink
fix (#2415)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfooted authored Jan 10, 2025
1 parent f4cda52 commit 77a5b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SU2_PY/FSI_tools/FSIInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def connect(self, FSI_config, FluidSolver, SolidSolver):
print("Fluid solver is initialized on process {}".format(myid))
self.haveFluidSolver = True
allMovingMarkersTags = FluidSolver.GetDeformableMarkerTags()
allMarkersID = FluidSolver.GetMarkerTags()
allMarkersID = FluidSolver.GetMarkerIndices()
if not allMovingMarkersTags:
raise Exception("No interface for FSI was defined.")
else:
Expand Down

0 comments on commit 77a5b14

Please sign in to comment.