mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes of linux compile errors and warnings
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
||||
int stepIndex,
|
||||
const RigFemResultAddress& resVarAddr);
|
||||
|
||||
size_t frameCount(int stepIndex, const RigFemResultAddress& resVarAddr);
|
||||
int frameCount(int stepIndex, const RigFemResultAddress& resVarAddr);
|
||||
std::vector<double> frameTimes(int stepIndex, const RigFemResultAddress& resVarAddr);
|
||||
|
||||
void minMaxScalarValues (const RigFemResultAddress& resVarAddr, int stepIndex, int frameIndex, double* localMin, double* localMax);
|
||||
|
||||
Reference in New Issue
Block a user