mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5542 Fix scaling issues causing wrong FG results in some cases.
This commit is contained in:
@@ -91,13 +91,16 @@ private:
|
||||
std::vector<WbsParameterSource> calculateWbsParameterForAllSegments( const RigWbsParameter& parameter,
|
||||
WbsParameterSource primarySource,
|
||||
int frameIndex,
|
||||
std::vector<double>* outputValues );
|
||||
std::vector<double>* outputValues,
|
||||
bool allowNormalization );
|
||||
std::vector<WbsParameterSource> calculateWbsParameterForAllSegments( const RigWbsParameter& parameter,
|
||||
int frameIndex,
|
||||
std::vector<double>* outputValues );
|
||||
std::vector<double>* outputValues,
|
||||
bool allowNormalization );
|
||||
std::vector<WbsParameterSource> calculateWbsParametersForAllSegments( const RigFemResultAddress& resAddr,
|
||||
int frameIndex,
|
||||
std::vector<double>* values );
|
||||
std::vector<double>* values,
|
||||
bool allowNormalization );
|
||||
|
||||
void wellPathAngles( const RigFemResultAddress& resAddr, std::vector<double>* values );
|
||||
std::vector<WbsParameterSource>
|
||||
|
||||
Reference in New Issue
Block a user