remove warnings

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

View File

@ -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<STLReadTriangle> & 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++)