mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
fix 0/1 base
This commit is contained in:
parent
d6b16870fa
commit
54aa508fb6
@ -78,7 +78,7 @@ int Meshing3 :: ApplyRules
|
||||
Array<int, PointIndex::BASE> pused; // point is already mapped, number of uses
|
||||
Array<char> fused; // face is already mapped
|
||||
Array<PointIndex> pmap; // map of reference point to local point
|
||||
Array<bool, PointIndex::BASE> pfixed; // point mapped by face-map
|
||||
Array<bool> pfixed; // point mapped by face-map
|
||||
Array<int> fmapi; // face in reference is mapped to face nr ...
|
||||
Array<int> fmapr; // face in reference is rotated to map
|
||||
Array<Point3d> transfreezone; // transformed free-zone
|
||||
|
Loading…
Reference in New Issue
Block a user