mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-02 01:38:14 -05:00
8 lines
108 B
C
8 lines
108 B
C
#pragma once
|
|
|
|
enum RigFemResultPosEnum {
|
|
RIG_NODAL,
|
|
RIG_ELEMENT_NODAL,
|
|
RIG_INTEGRATION_POINT
|
|
};
|