mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-04 02:23:18 -05:00
10 lines
161 B
C
10 lines
161 B
C
#pragma once
|
|
|
|
enum RigFemResultPosEnum {
|
|
RIG_NODAL,
|
|
RIG_ELEMENT_NODAL,
|
|
RIG_INTEGRATION_POINT,
|
|
RIG_ELEMENT_NODAL_FACE,
|
|
RIG_FORMATION_NAMES
|
|
};
|