mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed typo in comment SFINA -> SFINAE
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user