mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
edges/faces on per default
This commit is contained in:
parent
5af2413481
commit
955eaa682c
@ -71,8 +71,8 @@ namespace netgen
|
||||
"knwon are 'edges', 'faces', 'parentedges', 'parentfaces'");
|
||||
}
|
||||
|
||||
bool MeshTopology :: static_buildedges = false;
|
||||
bool MeshTopology :: static_buildfaces = false;
|
||||
bool MeshTopology :: static_buildedges = true;
|
||||
bool MeshTopology :: static_buildfaces = true;
|
||||
|
||||
void MeshTopology :: EnableTableStatic (string name, bool set)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user