mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Refactor: Fix misspelling of "synchronize".
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user