Comments and formatting

This commit is contained in:
Hrvoje Jasak 2017-05-08 15:52:05 +01:00
parent 4ee3c86df1
commit fb9d050df4
2 changed files with 4 additions and 5 deletions

View file

@ -54,10 +54,9 @@ class amgLevel
{
public:
// Destructor
virtual ~amgLevel()
{}
//- Destructor
virtual ~amgLevel()
{}
// Member Functions

View file

@ -796,7 +796,7 @@ Foam::autoPtr<Foam::amgMatrix> Foam::clusterAmgPolicy::restrictMatrix
}
}
// Store coefficients to avoid tangled communications
// Store neighbour child arrays to avoid tangled communications
// HJ, 1/Apr/2009
FieldField<Field, label> fineInterfaceAddr(interfaceFields.size());