mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: readVTK: comment
This commit is contained in:
@ -35,7 +35,7 @@ namespace Foam
|
|||||||
|
|
||||||
bool Foam::triSurface::readVTK(const fileName& fName)
|
bool Foam::triSurface::readVTK(const fileName& fName)
|
||||||
{
|
{
|
||||||
// Read (and triagulate) point, faces, zone info
|
// Read (and triangulate) point, faces, zone info
|
||||||
fileFormats::VTKsurfaceFormat<triFace> surf(fName);
|
fileFormats::VTKsurfaceFormat<triFace> surf(fName);
|
||||||
|
|
||||||
List<labelledTri> tris(surf.faces().size());
|
List<labelledTri> tris(surf.faces().size());
|
||||||
|
|||||||
Reference in New Issue
Block a user