Skip to content
Snippets Groups Projects
Commit 6603af58 authored by mattijs's avatar mattijs
Browse files

BUG: fvc::average: excess printing. Fixes #30

parent f44d211f
Branches
Tags
No related merge requests found
...@@ -47,8 +47,6 @@ average ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment