mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by clang-format (#6995)
Co-authored-by: magnesj <magnesj@users.noreply.github.com>
This commit is contained in:
parent
f563748e1b
commit
a7f2db852e
@ -362,7 +362,7 @@ void RimVfpPlot::onLoadDataAndUpdate()
|
|||||||
{
|
{
|
||||||
if ( isInjector )
|
if ( isInjector )
|
||||||
{
|
{
|
||||||
std::set<std::string> wells = {"F2H", "C1H", "C2H", "C3H", "C4AH", "C4H", "F1H", "F3H", "F4H"};
|
std::set<std::string> wells = { "F2H", "C1H", "C2H", "C3H", "C4AH", "C4H", "F1H", "F3H", "F4H" };
|
||||||
std::string strippedWellName = QString( m_wellName() ).remove( "-" ).toStdString();
|
std::string strippedWellName = QString( m_wellName() ).remove( "-" ).toStdString();
|
||||||
|
|
||||||
if ( wells.find( strippedWellName ) != wells.end() )
|
if ( wells.find( strippedWellName ) != wells.end() )
|
||||||
@ -377,7 +377,7 @@ void RimVfpPlot::onLoadDataAndUpdate()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::set<std::string> wells = {"B1BH", "B2H", "B3H", "D1CH", "B4DH", "E1H", "D2H", "D3BH", "E3CH"};
|
std::set<std::string> wells = { "B1BH", "B2H", "B3H", "D1CH", "B4DH", "E1H", "D2H", "D3BH", "E3CH" };
|
||||||
std::string strippedWellName = QString( m_wellName() ).remove( "-" ).toStdString();
|
std::string strippedWellName = QString( m_wellName() ).remove( "-" ).toStdString();
|
||||||
|
|
||||||
if ( wells.find( strippedWellName ) != wells.end() )
|
if ( wells.find( strippedWellName ) != wells.end() )
|
||||||
|
Loading…
Reference in New Issue
Block a user