mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5524 Stop asking for an address with the field name "SH".
* The field name was hardcoded as "SH" and compared to the name of the SH result-string, which isn't the same as the input parameter anymore
This commit is contained in:
parent
5e0d8e5bea
commit
5f84bd13a1
@ -663,8 +663,8 @@ void RigGeoMechWellLogExtractor::wellBoreFGShale( int frameIndex, std::vector<do
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::vector<double> SH;
|
std::vector<double> SH;
|
||||||
RigFemResultAddress addr( RIG_WELLPATH_DERIVED, "SH", "" );
|
calculateWbsParameterForAllSegments( RigWbsParameter::SH(), frameIndex, &SH );
|
||||||
curveData( addr, frameIndex, &SH );
|
CVF_ASSERT( SH.size() == m_intersections.size() );
|
||||||
double multiplier = m_userDefinedValues.at( RigWbsParameter::FG_Shale() );
|
double multiplier = m_userDefinedValues.at( RigWbsParameter::FG_Shale() );
|
||||||
CVF_ASSERT( multiplier != std::numeric_limits<double>::infinity() );
|
CVF_ASSERT( multiplier != std::numeric_limits<double>::infinity() );
|
||||||
#pragma omp parallel for
|
#pragma omp parallel for
|
||||||
|
Loading…
Reference in New Issue
Block a user