Skip to content
Snippets Groups Projects
Commit 19d43553 authored by Andrew Heather's avatar Andrew Heather
Browse files

Merge branch 'Fix_GL_224' into 'develop'

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



See merge request !59
parents b4d83b8f 4dc06c65
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