Janitor: Remove disabling of clang-format for fracture-related files.

This commit is contained in:
Kristian Bendiksen
2021-01-20 09:14:54 +01:00
committed by Magne Sjaastad
parent 953e7bd18e
commit d072138484
8 changed files with 374 additions and 240 deletions

View File

@@ -50,13 +50,11 @@ double RigPerforationTransmissibilityEquations::dFactor( double unitConstant,
double gasDenity,
double gasViscosity )
{
// clang-format off
//
// Ke 1 gasDensity
//
// Ke 1 gasDensity
// D = alpha * beta * -- * -- * ------------
// h rw gasViscosity
//
// clang-format on
const double keOverH = effectivePermeability / perforationLengthInCell;
const double oneOverRw = 1.0 / wellRadius;