Fixed typo in comment SFINA -> SFINAE

This commit is contained in:
Gaute Lindkvist
2019-12-05 09:37:21 +01:00
parent 7fd4aa1ce9
commit 9c458ec3ba
2 changed files with 2 additions and 2 deletions

View File

@@ -1324,7 +1324,7 @@ void RimWellRftPlot::createEnsembleCurveSets()
delete curveSet;
}
// Then add curves for any ensembles we haven't already added
// Then add curve set for any ensembles we haven't already added
for ( RimSummaryCaseCollection* ensemble : rftEnsembles )
{
auto it = std::find_if( m_ensembleCurveSets.begin(),