Skip to content
Snippets Groups Projects
Commit 4dc06c65 authored by Prashant Sonakar's avatar Prashant Sonakar
Browse files

BUG: output field name instead of field (fixes #224)

parent b4d83b8f
Branches
Tags
No related merge requests found
......@@ -165,7 +165,7 @@ int Foam::ddt2::apply
{
// could add additional statistics here
Info<< type() << " " << name_
<< " field " << output
<< " field " << outputName
<< " average: " << gAverage(output) << endl;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment