Skip to content

Commit

Permalink
Apply autopep8 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 9, 2025
1 parent 27da3a3 commit 41bb6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cassiopee/CPlot/apps/tkIBC.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _setDataInZone(z, bLocal, snear, ibctype, ibctype2, dfar, inv):

if VARS[1].get()=='wall': Internal.createUniqueChild(n, 'ibctype', 'DataArray_t', value=ibctype2)
else: Internal.createUniqueChild(n, 'ibctype', 'DataArray_t', value=ibctype)

Internal.createUniqueChild(n, 'dfar', 'DataArray_t', value=dfar)
Internal.createUniqueChild(n, 'inv', 'DataArray_t', value=inv)
else:
Expand Down

0 comments on commit 41bb6f1

Please sign in to comment.