Skip to content

Commit

Permalink
Merge pull request #1716 from gforney/master
Browse files Browse the repository at this point in the history
smokeview source: remove some geometry debug print - cherry picked fr…
  • Loading branch information
gforney authored Oct 19, 2023
2 parents 60623b0 + 3b20cea commit b436f1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/smokeview/IOgeometry.c
Original file line number Diff line number Diff line change
Expand Up @@ -3424,8 +3424,6 @@ FILE_SIZE ReadGeom2(geomdata *geomi, int load_flag, int type){
nverts=nvertfacesvolumes[0];
ntris=nvertfacesvolumes[1];
nvolumes=nvertfacesvolumes[2];
printf("vertices: %i triangles: %i\n", nverts, ntris);

if(nverts>0){
int ii;
float *xyz=NULL;
Expand Down

0 comments on commit b436f1c

Please sign in to comment.