Skip to content

Commit

Permalink
smokevijew source: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gforney committed Oct 24, 2024
1 parent 2455727 commit 087f65e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/smokeview/drawGeometry.c
Original file line number Diff line number Diff line change
Expand Up @@ -2592,9 +2592,7 @@ void ShowHideInternalFaces(meshdata *meshi, int show){

for(j = 0;j < meshi->nbptrs;j++){
facedata *facej;
blockagedata *bc;

bc = meshi->blockageinfoptrs[j];
facej = meshi->faceinfo + 6 * j;
facej->hidden = 0; facej++;
facej->hidden = 0; facej++;
Expand Down

0 comments on commit 087f65e

Please sign in to comment.