Formatting

This commit is contained in:
Hrvoje Jasak 2015-08-25 15:49:54 +01:00
parent 09f80c123f
commit eecdea4535
2 changed files with 14 additions and 15 deletions

View file

@ -110,7 +110,6 @@ public:
typedef fvPatch Patch;
//- Runtime type information
TypeName("fvPatchField");

View file

@ -77,24 +77,24 @@ class amgPolicy
public:
//- Runtime type information
virtual const word& type() const = 0;
//- Runtime type information
virtual const word& type() const = 0;
// Declare run-time constructor selection tables
// Declare run-time constructor selection tables
declareRunTimeSelectionTable
declareRunTimeSelectionTable
(
autoPtr,
amgPolicy,
matrix,
(
autoPtr,
amgPolicy,
matrix,
(
const lduMatrix& matrix,
const label groupSize,
const label minCoarseEqns
),
(matrix, groupSize, minCoarseEqns)
);
const lduMatrix& matrix,
const label groupSize,
const label minCoarseEqns
),
(matrix, groupSize, minCoarseEqns)
);
// Selectors