mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
Changed integer type of Element::index and Element2d::index
This commit is contained in:
parent
ab4359c343
commit
a40544ddc5
@ -406,7 +406,7 @@ namespace netgen
|
||||
PointGeomInfo geominfo[ELEMENT2D_MAXPOINTS];
|
||||
|
||||
/// surface nr
|
||||
short int index;
|
||||
int index;
|
||||
///
|
||||
ELEMENT_TYPE typ;
|
||||
/// number of points
|
||||
@ -738,7 +738,7 @@ namespace netgen
|
||||
};
|
||||
|
||||
/// sub-domain index
|
||||
short int index;
|
||||
int index;
|
||||
/// order for hp-FEM
|
||||
unsigned int orderx:6;
|
||||
unsigned int ordery:6;
|
||||
|
Loading…
Reference in New Issue
Block a user