Refactor: Fix misspelling of "synchronize".

This commit is contained in:
Kristian Bendiksen
2024-04-04 09:16:57 +02:00
parent 873282b339
commit c074033dc2
12 changed files with 23 additions and 23 deletions

View File

@@ -1109,7 +1109,7 @@ void RimEclipseView::onLoadDataAndUpdate()
m_propertyFilterCollection()->loadAndInitializePropertyFilters();
faultCollection()->syncronizeFaults();
faultCollection()->synchronizeFaults();
m_wellCollection->scaleWellDisks();
@@ -1118,9 +1118,9 @@ void RimEclipseView::onLoadDataAndUpdate()
scheduleReservoirGridGeometryRegen();
m_simWellsPartManager->clearGeometryCache();
syncronizeWellsWithResults();
synchronizeWellsWithResults();
syncronizeLocalAnnotationsFromGlobal();
synchronizeLocalAnnotationsFromGlobal();
{
// Update simulation well fractures after well cell results are imported
@@ -1586,7 +1586,7 @@ RimEclipseCase* RimEclipseView::eclipseCase() const
*/
//--------------------------------------------------------------------------------------------------
void RimEclipseView::syncronizeWellsWithResults()
void RimEclipseView::synchronizeWellsWithResults()
{
if ( !( eclipseCase() && eclipseCase()->eclipseCaseData() ) ) return;
@@ -1781,7 +1781,7 @@ void RimEclipseView::updateDisplayModelForWellResults()
m_reservoirGridPartManager->clearGeometryCache();
m_simWellsPartManager->clearGeometryCache();
syncronizeWellsWithResults();
synchronizeWellsWithResults();
onCreateDisplayModel();
updateDisplayModelVisibility();