mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3345 HoloLens: Tweaks to array package format
This commit is contained in:
@@ -34,8 +34,9 @@ public:
|
||||
enum ElementType
|
||||
{
|
||||
Unknown = 0,
|
||||
Uint32 = 1,
|
||||
Float32 = 2
|
||||
Float32 = 1,
|
||||
Uint32 = 2,
|
||||
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user