mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
fvcAverage: Removed temporary Info statement
This commit is contained in:
@ -47,8 +47,6 @@ average
|
|||||||
const GeometricField<Type, fvsPatchField, surfaceMesh>& ssf
|
const GeometricField<Type, fvsPatchField, surfaceMesh>& ssf
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
Info<< "average" << endl;
|
|
||||||
|
|
||||||
const fvMesh& mesh = ssf.mesh();
|
const fvMesh& mesh = ssf.mesh();
|
||||||
|
|
||||||
tmp<GeometricField<Type, fvPatchField, volMesh> > taverage
|
tmp<GeometricField<Type, fvPatchField, volMesh> > taverage
|
||||||
|
|||||||
Reference in New Issue
Block a user