mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
8 lines
96 B
C
8 lines
96 B
C
#pragma once
|
|
|
|
enum RigFemResultPosEnum {
|
|
NODAL,
|
|
ELEMENT_NODAL,
|
|
INTEGRATION_POINT
|
|
};
|