From 537c573ff91dd1c5c057d6f105c526726ec61ff8 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Fri, 12 Aug 2011 17:32:14 +0100 Subject: [PATCH] COMP: tetCell: namespace error --- .../conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/utilities/mesh/generation/cvMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.H b/applications/utilities/mesh/generation/cvMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.H index 44cd15615aa..29961a5854f 100644 --- a/applications/utilities/mesh/generation/cvMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.H +++ b/applications/utilities/mesh/generation/cvMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.H @@ -269,7 +269,7 @@ public: ) const { // tetVertexGlobalIndices - tetCell tVGI(-1); + Foam::tetCell tVGI; for (int i = 0; i < 4; i++) { -- GitLab