Fixes by misspell-fixer

This commit is contained in:
github-actions[bot] 2020-06-25 06:13:09 +00:00 committed by Magne Sjaastad
parent 4efce74936
commit f9e8a23ecf

View File

@ -136,7 +136,7 @@ bool RicMswAICDAccumulator::accumulateValveParameters( const RimWellPathValve* w
//
// flowScalingFactor = 1 / (length_fraction * N_AICDs)
// where:
// length_fraction = length_COMPSEGS / Sum_lenght_COMPSEGS_for_valve
// length_fraction = length_COMPSEGS / Sum_length_COMPSEGS_for_valve
// N_AICDs = number of AICDs in perforation interval
double divisor = wellPathValve->valveLocations().size() * combinedFraction;