mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-26 00:06:49 -06:00
27dcd80bfd
Needed specifically for statistics Work in progress brakes build
8 lines
108 B
C
8 lines
108 B
C
#pragma once
|
|
|
|
enum RigFemResultPosEnum {
|
|
RIG_NODAL,
|
|
RIG_ELEMENT_NODAL,
|
|
RIG_INTEGRATION_POINT
|
|
};
|