mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Linux compile fix
This commit is contained in:
parent
070d9c893b
commit
d69a6e1daa
@ -17,7 +17,8 @@
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
//==================================================================================================
|
||||
///
|
||||
///
|
||||
@ -45,8 +46,6 @@ private:
|
||||
///
|
||||
//==================================================================================================
|
||||
|
||||
#include <vector>
|
||||
#include <map>
|
||||
#include <QString>
|
||||
#include "cvfBase.h"
|
||||
#include "cvfVector3.h"
|
||||
@ -80,6 +79,7 @@ public:
|
||||
private:
|
||||
|
||||
void calculateAccumulatedFlowPrConnection( size_t branchIdx, size_t startConnectionNumberFromTop);
|
||||
void calculateFlowPrPseudoLength(size_t branchIdx, double startPseudoLengthFromTop);
|
||||
void sortTracers();
|
||||
void groupSmallContributions();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user