Comments and formatting

This commit is contained in:
Hrvoje Jasak 2016-09-23 18:41:40 +01:00
parent 19ab01acb8
commit 74933ca82b
2 changed files with 4 additions and 3 deletions

View file

@ -349,6 +349,8 @@ void Foam::BlockMatrixAgglomeration<Type>::calcAgglomeration()
// whole gang of processes; otherwise I may end up with a different
// number of agglomeration levels on different processors.
// If the number of coarse equations is les than minimum and
// if the matrix has reduced in size by at least 1/3, coarsen
if
(
nCoarseEqns_ > BlockMatrixCoarsening<Type>::minCoarseEqns()

View file

@ -164,9 +164,8 @@ public:
);
// Destructor
virtual ~BlockMatrixAgglomeration();
//- Destructor
virtual ~BlockMatrixAgglomeration();
// Member Functions