BUG: spurious empty surface zones added (fixes #706)
- problems were introduced by the change ee252307 (issue #686). Affected reading of OBJ files. The fallback zone (used to catch unnamed groups/zones), which was previously filtered away when not needed. Now handle more explicitly. ENH: use stringOps::split and low-level read{Label,Scalar} for parsing OBJ file
Showing
- src/meshTools/edgeMesh/edgeMeshFormats/obj/OBJedgeFormat.C 98 additions, 107 deletionssrc/meshTools/edgeMesh/edgeMeshFormats/obj/OBJedgeFormat.C
- src/meshTools/edgeMesh/edgeMeshFormats/obj/OBJedgeFormat.H 3 additions, 11 deletionssrc/meshTools/edgeMesh/edgeMeshFormats/obj/OBJedgeFormat.H
- src/surfMesh/surfaceFormats/nas/NASsurfaceFormat.C 37 additions, 37 deletionssrc/surfMesh/surfaceFormats/nas/NASsurfaceFormat.C
- src/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.C 84 additions, 77 deletionssrc/surfMesh/surfaceFormats/obj/OBJsurfaceFormat.C
- src/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.C 22 additions, 22 deletionssrc/surfMesh/surfaceFormats/starcd/STARCDsurfaceFormat.C
- src/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.C 1 addition, 1 deletionsrc/surfMesh/surfaceFormats/vtk/VTKsurfaceFormat.C
Please register or sign in to comment