Skip to content

Commit

Permalink
Update IBM.py
Browse files Browse the repository at this point in the history
  • Loading branch information
antjost authored Aug 30, 2024
1 parent c17b839 commit 63cc287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cassiopee/Connector/Connector/IBM.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def prepareIBMData(t_case, t_out, tc_out, t_in=None, to=None, tbox=None, tinit=N
def _redispatch__(t=None, tc=None, tc2=None):
import Distributor2.Mpi as D2mpi

if tc is not None:
if tc:
algo = 'graph'
tskel = Cmpi.convert2SkeletonTree(tc)
Internal._rmNodesByType(tskel, 'ZoneSubRegion_t')
Expand Down

0 comments on commit 63cc287

Please sign in to comment.