Merge remote-tracking branch 'massimil/mleoni/indexIntegerType'

This commit is contained in:
Christopher Lackner 2021-03-29 11:55:10 +02:00
commit c27fa6899b

View File

@ -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;