From e51bc86b1c3fef431863d21fb17c25f8d9c31905 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 1 Oct 2008 13:26:59 +0100 Subject: [PATCH] minor correction to prevsious commit --- src/triSurface/triSurface/interfaces/NAS/readNAS.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/triSurface/triSurface/interfaces/NAS/readNAS.C b/src/triSurface/triSurface/interfaces/NAS/readNAS.C index 1440c2d..5ca2c31 100644 --- a/src/triSurface/triSurface/interfaces/NAS/readNAS.C +++ b/src/triSurface/triSurface/interfaces/NAS/readNAS.C @@ -360,7 +360,7 @@ bool triSurface::readNAS(const fileName& fName) points.clear(); // Create triSurface - *this = triSurface(faces, patches, allPoints, true); + *this = triSurface(faces, patches, allPoints); return true; } -- 2.11.4.GIT