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