We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aebe580 commit 8b5ec00Copy full SHA for 8b5ec00
PostLib/FEDistanceMap.cpp
@@ -230,11 +230,8 @@ void Post::FEDistanceMap::Init()
230
m_surf2.BuildNodeList(mesh);
231
int N = mesh.Nodes();
232
233
- if (m_bsigned)
234
- {
235
- BuildNormalList(m_surf1);
236
- BuildNormalList(m_surf2);
237
- }
+ BuildNormalList(m_surf1);
+ BuildNormalList(m_surf2);
238
}
239
240
//-----------------------------------------------------------------------------
0 commit comments