Skip to content

Commit

Permalink
Merge pull request #231 from vincentcasseau/main
Browse files Browse the repository at this point in the history
Apps: test FastLBM_t1.py: delete nodes in ending in _P1 post- c961e03
  • Loading branch information
vincentcasseau authored Dec 6, 2024
2 parents 4c3ba03 + 41e98ee commit 37def7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cassiopee/Apps/test/FastLBM_t1.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
Internal._rmNodesByName(t, '.Solver#ownData')
# POST
Internal._rmNodesByName(t,'*M1*')
Internal._rmNodesByName(t,'*_P1')
Internal._rmNodesByName(t,'*cell*')
Internal._rmNodesByName(t,'*Qstar*')
Internal._rmNodesByName(t,'*Qeq*')
Expand Down

0 comments on commit 37def7a

Please sign in to comment.