mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
SubField: Removed temporary Info statement
This commit is contained in:
@ -119,7 +119,6 @@ template<class Type>
|
|||||||
inline void Foam::SubField<Type>::operator=(const Field<Type>& rhs)
|
inline void Foam::SubField<Type>::operator=(const Field<Type>& rhs)
|
||||||
{
|
{
|
||||||
SubList<Type>::operator=(rhs);
|
SubList<Type>::operator=(rhs);
|
||||||
InfoInFunction << *this << endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user