mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-24 21:10:33 +05:00
Merge remote-tracking branch 'massimil/mleoni/indexIntegerType'
This commit is contained in:
commit
c27fa6899b
@ -406,7 +406,7 @@ namespace netgen
|
|||||||
PointGeomInfo geominfo[ELEMENT2D_MAXPOINTS];
|
PointGeomInfo geominfo[ELEMENT2D_MAXPOINTS];
|
||||||
|
|
||||||
/// surface nr
|
/// surface nr
|
||||||
short int index;
|
int index;
|
||||||
///
|
///
|
||||||
ELEMENT_TYPE typ;
|
ELEMENT_TYPE typ;
|
||||||
/// number of points
|
/// number of points
|
||||||
@ -738,7 +738,7 @@ namespace netgen
|
|||||||
};
|
};
|
||||||
|
|
||||||
/// sub-domain index
|
/// sub-domain index
|
||||||
short int index;
|
int index;
|
||||||
/// order for hp-FEM
|
/// order for hp-FEM
|
||||||
unsigned int orderx:6;
|
unsigned int orderx:6;
|
||||||
unsigned int ordery:6;
|
unsigned int ordery:6;
|
||||||
|
Loading…
Reference in New Issue
Block a user