remove warnings

This commit is contained in:
Joachim Schoeberl 2011-05-13 11:42:15 +00:00
parent 4b249a738f
commit 7b8fb0dfd3

View File

@ -14,7 +14,7 @@ namespace netgen
STLTopology :: STLTopology() STLTopology :: STLTopology()
: trias(), topedges(), points(), ht_topedges(NULL), : trias(), topedges(), points(), ht_topedges(NULL),
neighbourtrigs(), trigsperpoint() trigsperpoint(), neighbourtrigs()
{ {
; ;
} }
@ -473,7 +473,7 @@ void STLTopology :: InitSTLGeometry(const Array<STLReadTriangle> & readtrigs)
{ {
const STLReadTriangle & t = readtrigs[i]; const STLReadTriangle & t = readtrigs[i];
STLTriangle st; STLTriangle st;
Vec<3> n = t.Normal(); // Vec<3> n = t.Normal();
st.SetNormal (t.Normal()); st.SetNormal (t.Normal());
for (k = 0; k < 3; k++) for (k = 0; k < 3; k++)