mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 21:30:35 +05:00
remove warnings
This commit is contained in:
parent
4b249a738f
commit
7b8fb0dfd3
@ -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++)
|
||||||
|
Loading…
Reference in New Issue
Block a user