Removed Info message
This commit is contained in:
parent
5fdff77153
commit
0c4bb13943
1 changed files with 1 additions and 5 deletions
|
@ -108,8 +108,6 @@ Foam::GGIBlockAMGInterfaceField<Type>::GGIBlockAMGInterfaceField
|
|||
rank_(),
|
||||
fieldTransferBuffer_()
|
||||
{
|
||||
Info<< "Constructed GGIBlockAMGInterfaceField" << endl;
|
||||
|
||||
// If the interface based on a patch this must be taken care specially of
|
||||
if (isA<GGIBlockLduInterfaceField<Type> >(fineInterfaceField))
|
||||
{
|
||||
|
@ -145,9 +143,7 @@ Foam::GGIBlockAMGInterfaceField<Type>::GGIBlockAMGInterfaceField
|
|||
|
||||
template<class Type>
|
||||
Foam::GGIBlockAMGInterfaceField<Type>::~GGIBlockAMGInterfaceField()
|
||||
{
|
||||
Info<< "Destructed ~GGIBlockAMGInterfaceField" << endl;
|
||||
}
|
||||
{}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
||||
|
|
Reference in a new issue