mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-24 15:26:48 -06:00
9 lines
133 B
C
9 lines
133 B
C
#pragma once
|
|
|
|
enum RigFemResultPosEnum {
|
|
RIG_NODAL,
|
|
RIG_ELEMENT_NODAL,
|
|
RIG_INTEGRATION_POINT,
|
|
RIG_FORMATION_NAMES
|
|
};
|