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++)