From 7b8fb0dfd3f43ba0463bcf0dde9a005d2470a72f Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Fri, 13 May 2011 11:42:15 +0000 Subject: [PATCH] remove warnings --- libsrc/stlgeom/stltopology.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libsrc/stlgeom/stltopology.cpp b/libsrc/stlgeom/stltopology.cpp index fef90b74..8547034f 100644 --- a/libsrc/stlgeom/stltopology.cpp +++ b/libsrc/stlgeom/stltopology.cpp @@ -12,9 +12,9 @@ namespace netgen { -STLTopology :: STLTopology() + STLTopology :: STLTopology() : trias(), topedges(), points(), ht_topedges(NULL), - neighbourtrigs(), trigsperpoint() + trigsperpoint(), neighbourtrigs() { ; } @@ -473,7 +473,7 @@ void STLTopology :: InitSTLGeometry(const Array & readtrigs) { const STLReadTriangle & t = readtrigs[i]; STLTriangle st; - Vec<3> n = t.Normal(); + // Vec<3> n = t.Normal(); st.SetNormal (t.Normal()); for (k = 0; k < 3; k++)