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:
@@ -238,7 +238,7 @@ RimFaultInView* RimFaultInViewCollection::findFaultByName( QString name )
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// A comparing function used to sort Faults in the RimFaultCollection::syncronizeFaults() method
|
||||
/// A comparing function used to sort Faults in the RimFaultCollection::synchronizeFaults() method
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool faultComparator( const cvf::ref<RigFault>& a, const cvf::ref<RigFault>& b )
|
||||
{
|
||||
@@ -252,7 +252,7 @@ bool faultComparator( const cvf::ref<RigFault>& a, const cvf::ref<RigFault>& b )
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimFaultInViewCollection::syncronizeFaults()
|
||||
void RimFaultInViewCollection::synchronizeFaults()
|
||||
{
|
||||
if ( !( parentView() && parentView()->mainGrid() ) ) return;
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@ public:
|
||||
void setShowOppositeFaultFaces( bool bEnabled );
|
||||
void setShowFaultLabelWithFieldChanged( bool bEnabled );
|
||||
|
||||
void syncronizeFaults();
|
||||
void synchronizeFaults();
|
||||
|
||||
bool isGridVisualizationMode() const;
|
||||
bool shouldApplyCellFiltersToFaults() const;
|
||||
|
||||
Reference in New Issue
Block a user