Fixes by clang-format (#6995)

Co-authored-by: magnesj <magnesj@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2020-11-16 13:53:37 +01:00 committed by GitHub
parent f563748e1b
commit a7f2db852e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -362,7 +362,7 @@ void RimVfpPlot::onLoadDataAndUpdate()
{
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();
if ( wells.find( strippedWellName ) != wells.end() )
@ -377,7 +377,7 @@ void RimVfpPlot::onLoadDataAndUpdate()
}
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();
if ( wells.find( strippedWellName ) != wells.end() )